aboutsummaryrefslogtreecommitdiff
path: root/tests/functional_tests/get_output_distribution.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-05-22functional_tests: fix rare get_output_distribution failuremoneromooo-monero1-1/+10
When the wallet auto refreshes after mining the last two blocks but before popping them, it will then try to use outputs which are not unlocked yet. This is really a wallet problem, which will be fixed later.
2019-04-25rpc: improve get_output_distributionmoneromooo-monero1-0/+217
It can now handle small reorgs without having to rescan the whole blockchain. Also add a test for it.