Skip to content

Commit cb2a632

Browse files
committed
fix import lint
1 parent e3ffad4 commit cb2a632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/signing_commitment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ use crate::error::IronfishFrostError;
1010
use crate::frost::keys::SigningShare;
1111
use crate::frost::round1::NonceCommitment;
1212
use crate::frost::round1::SigningCommitments;
13+
use crate::io;
1314
use crate::nonces::deterministic_signing_nonces;
1415
use crate::participant::Identity;
1516
use crate::participant::Secret;
1617
use crate::participant::Signature;
1718
use crate::participant::IDENTITY_LEN;
1819
use core::borrow::Borrow;
1920
use core::hash::Hasher;
20-
use crate::io;
2121

2222
#[cfg(not(feature = "std"))]
2323
extern crate alloc;

0 commit comments

Comments
 (0)