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 a3b4451 commit 01a3274Copy full SHA for 01a3274
1 file changed
silentpayments/src/encoding/error.rs
@@ -1,7 +1,4 @@
1
-use bitcoin::{
2
- bech32::primitives::decode::CheckedHrpstringError,
3
- secp256k1,
4
-};
+use bitcoin::{bech32::primitives::decode::CheckedHrpstringError, secp256k1};
5
6
/// Silent payment code parsing error
7
#[derive(Debug)]
0 commit comments