How to create walletconflicts in regtest mode?

1

I play with Bitcoin Core 0.13 in regtest mode using python. Now I use bitcoin-testnet-box, I have two nodes connected to each other. I want to create a walletconflict. I want to get gettransaction <txid> result with non-empty walletconflicts field.

How can I achiev this?

I've tried to get two different addresses from one node and send money to them from another, using raw transactions api and -zapwallettxes restart, but the second txid is not visible in the recipient wallet.

Yevhen

Posted 2016-11-28T15:50:35.147

Reputation: 153

Guys, any suggestions?Yevhen 2016-12-01T10:34:20.783

No answers