monero/tests/functional_tests
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
..
bans.py
blockchain.py
CMakeLists.txt
cold_signing.py
daemon_info.py
functional_tests_rpc.py
get_output_distribution.py
integrated_address.py
main.cpp
mining.py
multisig.py
proofs.py
sign_message.py
speed.py
transactions_flow_test.cpp
transactions_flow_test.h
transactions_generation_from_blockchain.cpp
transactions_generation_from_blockchain.h
transfer.py
txpool.py
validate_address.py
wallet_address.py