wownero/utils/python-rpc/framework
moneromooo-monero 2ec455df1f
wallet: fix mismatch between two concepts of "balance"
One considers the blockchain, while the other considers the
blockchain and some recent actions, such as a recently created
transaction which spend some outputs, but isn't yet mined.

Typically, the "balance" command wants the latter, to reflect
the recent action, but things like proving ownership wants
the former.

This fixes a crash in get_reserve_proof, where a preliminary
check and the main code used two concepts of "balance".
2019-09-05 11:19:34 +00:00
..
__init__.py functional_tests: move RPC API to utils, it is not test specific 2019-03-22 15:29:44 +00:00
daemon.py Merge pull request #5490 2019-08-17 15:20:15 -05:00
rpc.py functional_tests: move RPC API to utils, it is not test specific 2019-03-22 15:29:44 +00:00
wallet.py wallet: fix mismatch between two concepts of "balance" 2019-09-05 11:19:34 +00:00