Skip to content

Commit ac690e8

Browse files
committed
Clean up use ordering introduced in 9d7bb73
9d7bb73 moved some code around unnecessarily, which we fix here.
1 parent cbbf84b commit ac690e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/util/test_utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ use bitcoin::network::constants::Network;
3636
use bitcoin::hash_types::{BlockHash, Txid};
3737

3838
use bitcoin::secp256k1::{SecretKey, PublicKey, Secp256k1, ecdsa::Signature, Scalar};
39+
use bitcoin::secp256k1::ecdh::SharedSecret;
3940
use bitcoin::secp256k1::ecdsa::RecoverableSignature;
4041

4142
use regex;
@@ -51,7 +52,6 @@ use crate::chain::keysinterface::{InMemorySigner, Recipient, KeyMaterial, Entrop
5152

5253
#[cfg(feature = "std")]
5354
use std::time::{SystemTime, UNIX_EPOCH};
54-
use bitcoin::secp256k1::ecdh::SharedSecret;
5555
use bitcoin::Sequence;
5656

5757
pub struct TestVecWriter(pub Vec<u8>);

0 commit comments

Comments
 (0)