Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
synchronizer: fix race in _on_address_status
Triggering needs two consecutive scripthash status changes in very quick succession. Client gets notification from server, but then response to "blockchain.scripthash.get_history" will already contain the changed-again history that has a different status. 20190627T101547.902638Z | INFO | synchronizer.[default_wallet] | receiving history mwXtx49BCGAiy4tU1r7MBX5VVLWSdtasCL 1 20190627T101547.903262Z | INFO | synchronizer.[default_wallet] | error: status mismatch: mwXtx49BCGAiy4tU1r7MBX5VVLWSdtasCL
- Loading branch information