Use an explicit handle when spawning RPC calls 2021-09-0.0.101
authorMatt Corallo <git@bluematt.me>
Mon, 27 Sep 2021 20:03:12 +0000 (20:03 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 27 Sep 2021 20:23:58 +0000 (20:23 +0000)
This resolves a panic like the following, which is caused when a
non-Tokio thread tries to broadcast a transaction, for example
when a transaction is broadcasted indirectly by the background
processor.

```
thread '<unnamed>' panicked at 'there is no reactor running, must be called from the context of a Tokio 1.x runtime', src/bitcoind_client.rs:253:9
```


No differences found