bitcoin/src/rpc
Andrew Chow f1ef7f0aa4 Don't calculate tx fees for PSBTs with invalid money values
In decodepsbt if an invalid amount is seen, don't calculate the fee
but still show the invalid value in the decode.

In analyze psbt, if an invalid amount is seen, set the next step to
be the creator as the creator needs to remake the transaction so that
it is valid.
2019-12-10 21:10:48 -05:00
..
blockchain.cpp node: Add reference to mempool in NodeContext 2019-11-15 13:40:00 -05:00
blockchain.h node: Add reference to mempool in NodeContext 2019-11-15 13:40:00 -05:00
client.cpp rpc: Add generatetodescriptor 2019-10-30 10:01:32 -04:00
client.h
mining.cpp refactor: Remove unused COINBASE_FLAGS 2019-11-20 19:06:52 -05:00
misc.cpp util: Add CHECK_NONFATAL and use it in src/rpc 2019-10-18 17:19:36 -04:00
net.cpp Merge #17297: refactor: Remove addrdb.h dependency from node.h 2019-11-04 13:18:27 +01:00
protocol.h node: Add reference to mempool in NodeContext 2019-11-15 13:40:00 -05:00
rawtransaction.cpp Don't calculate tx fees for PSBTs with invalid money values 2019-12-10 21:10:48 -05:00
rawtransaction_util.cpp Accumulate result UniValue in SignTransaction 2019-11-18 15:28:15 -05:00
rawtransaction_util.h Accumulate result UniValue in SignTransaction 2019-11-18 15:28:15 -05:00
register.h
request.cpp
request.h
server.cpp Remove unused includes 2019-10-15 22:56:43 +00:00
server.h Remove unused includes 2019-10-15 22:56:43 +00:00
util.cpp wallet: replace raw pointer with const reference in AddrToPubKey 2019-11-24 22:53:42 +01:00
util.h wallet: replace raw pointer with const reference in AddrToPubKey 2019-11-24 22:53:42 +01:00