Skip to content
Snippets Groups Projects
Unverified Commit 93919e27 authored by Svyatoslav Nikolsky's avatar Svyatoslav Nikolsky Committed by GitHub
Browse files

Merge pull request #574 from JosephGoulden/remove-redundant-imports

chore: remove redundant imports
parents 495f6202 825fee9a
Branches
No related merge requests found
Pipeline #72877 failed with stages
in 6 seconds
......@@ -41,8 +41,6 @@ impl RawClientCore {
}
pub fn do_create_raw_transaction(inputs: Vec<TransactionInput>, outputs: TransactionOutputs, lock_time: Trailing<u32>) -> Result<GlobalTransaction, String> {
use chain;
use keys;
use global_script::Builder as ScriptBuilder;
// to make lock_time work at least one input must have sequnce < SEQUENCE_FINAL
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment