]> Git Repo - VerusCoin.git/commit
Return improved error message when trying to spend Coinbase coins (#1373).
authorSimon <[email protected]>
Thu, 22 Sep 2016 18:30:32 +0000 (11:30 -0700)
committerSimon <[email protected]>
Mon, 17 Oct 2016 02:05:56 +0000 (19:05 -0700)
commit2b1cda3b6a2102eb007fc3f9d86046588fa9b823
tree2a90274508f7f00e5d926b084d033399925bf43a
parentf2c99399b8d0b64fdc329ae3efd84ce1539b1a5c
Return improved error message when trying to spend Coinbase coins (#1373).

Extra parameter added to AvailableCoins to include or exclude Coinbase coins.
SelectCoins, used for sending taddr->taddr, will exclude Coinbase coins.

Added qa rpc test and a runtime parameter -regtestprotectcoinbase to enforce
the coinbase->zaddr consensus rule in regtest mode.
qa/pull-tester/rpc-tests.sh
qa/rpc-tests/wallet_protectcoinbase.py [new file with mode: 0755]
src/chainparams.cpp
src/chainparams.h
src/wallet/asyncrpcoperation_sendmany.cpp
src/wallet/wallet.cpp
src/wallet/wallet.h
This page took 0.02745 seconds and 4 git commands to generate.