Skip to content

Commit

Permalink
seals: fix use of core instead of std
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Dec 20, 2024
1 parent 961885b commit 51866fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seals/src/txout.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
//! Bitcoin single-use-seals defined by a transaction output and closed by
//! spending that output ("TxOut seals").
use core::cmp::Ordering;
use core::fmt::Debug;
use core::marker::PhantomData;
use std::cmp::Ordering;

use amplify::confinement::TinyOrdMap;
use amplify::{ByteArray, Bytes, Bytes32};
Expand Down

0 comments on commit 51866fd

Please sign in to comment.