transferdev / Transfercoin

source
MIT License
14 stars 42 forks source link

RPC move command #36

Closed Crypto2 closed 8 years ago

Crypto2 commented 8 years ago

Your RPC move command is broken, if used it corrupts the wallet balances so you have to salvage the wallet.

In rpcwallet.cpp on the movecmd() function you can see it adds the debit accounting entry 2x instead of the credit entry. Easy fix at least.

gentamicin commented 8 years ago

perhaps my proposed fixes to rpcrawtransaction.cpp will fix this

Infernoman commented 8 years ago

Fixed !