wownero/utils/python-rpc
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
..
framework wallet: fix mismatch between two concepts of "balance" 2019-09-05 11:19:34 +00:00
console console: simple shell over console.py 2019-04-11 11:08:39 +00:00
console.py console.py: can now connect to several daemons/wallets 2019-04-11 11:08:33 +00:00