Skip to content

Commit

Permalink
Fix UTXO get_tx_details_by_hash deadlock by replacing wait() with await
Browse files Browse the repository at this point in the history
#592 (#596)

* WIP. Using different executors for Electrum connect loop and requests prevents deadlock.

* Use .await instead of blocking .wait() in utxo get_tx_details_by_hash.
  • Loading branch information
artemii235 committed Mar 5, 2020
1 parent 798b5a1 commit 3dd9de2
Show file tree
Hide file tree
Showing 5 changed files with 326 additions and 264 deletions.

0 comments on commit 3dd9de2

Please sign in to comment.