Skip to content

Commit 4c397b6

Browse files
author
Conor Okus
committed
Add missing dependency
1 parent 3efb32c commit 4c397b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/bitcoind-rpc-client/src/convert.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
use std::convert::TryInto;
2+
13
use bitcoin::{BlockHash, hashes::hex::FromHex};
24
use lightning_block_sync::http::JsonResponse;
35

0 commit comments

Comments
 (0)