Remove CWalletTx::vfSpent
Use the spent outpoint multimap to figure out which wallet transaction outputs are unspent, instead of a vfSpent array that is saved to disk.
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
Regression tests of RPC interface
|
||||
=================================
|
||||
|
||||
wallet.sh : Exercise wallet send/receive code.
|
||||
Bash scripts that use the RPC interface and command-line bitcoin-cli to test
|
||||
full functionality in -regtest mode.
|
||||
|
||||
walletbackup.sh : Exercise wallet backup / dump / import
|
||||
wallet.sh : Exercise wallet send/receive code.
|
||||
|
||||
txnmall.sh : Test proper accounting of malleable transactions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user