xmr-btc-swap/monero-harness/tests
Daniel Karzel 96115da039 Wait for wallet to catch up instead of block generation
The monero harness wallet always starts a miner that mines new blocks every second.
This can conflict with additionally triggering block generation  and cause this error:

```
monero_rpc::rpc::monerod: generate blocks response: {
  "error": {
    "code": -7,
    "message": "Block not accepted"
  },
  "id": "1",
  "jsonrpc": "2.0"
}
```

Since the miner is generating blocks anyway we can wait for the wallet to catch up.
Refresh is done upon querying the balance, thus the refresh calls were removed.
2021-03-01 17:17:02 +11:00
..
testutils Add monero rpc log filter to harness tracing 2021-02-26 11:43:41 +11:00
monerod.rs Upgrade tokio to 1.0 2021-01-29 11:36:10 +11:00
wallet.rs Wait for wallet to catch up instead of block generation 2021-03-01 17:17:02 +11:00