We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3efb32c commit 4c397b6Copy full SHA for 4c397b6
examples/bitcoind-rpc-client/src/convert.rs
@@ -1,3 +1,5 @@
1
+use std::convert::TryInto;
2
+
3
use bitcoin::{BlockHash, hashes::hex::FromHex};
4
use lightning_block_sync::http::JsonResponse;
5
0 commit comments