We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff07b39 commit 29b6e5cCopy full SHA for 29b6e5c
tuxedo-core/src/verifier/htlc.rs
@@ -14,6 +14,7 @@ use sp_core::{
14
H256,
15
};
16
use sp_runtime::traits::{BlakeTwo256, Hash};
17
+use sp_std::vec::Vec;
18
19
/// Allows UTXOs to be spent after a certain block height has been reached.
20
/// This is useful for locking up tokens as a future investment. Timelocking
0 commit comments