Use getblockhashafter command in getWalletRestoreHeight.

This commit is contained in:
tecnovert
2022-01-01 23:30:32 +02:00
parent 1476ad3cec
commit 3ba551c9da
6 changed files with 76 additions and 12 deletions

View File

@@ -3,6 +3,15 @@
==============
0.0.31
==============
- XMR swaps: Coin to balance is checked before sending a bid.
- Use getblockhashafter command in getWalletRestoreHeight where possible.
- Avoids rpc Errno 49 issue
- Reuse rpc connection when getblockhashafter is not available.
0.0.30
==============