feat(wallet): add back TxBuilder finish() and sort_tx() with thread_rng()

This commit is contained in:
Steve Myers
2024-06-19 16:35:04 -05:00
committed by Rob N
parent 45c0cae0a4
commit 4bddb0de62
19 changed files with 243 additions and 240 deletions

View File

@@ -1,6 +1,5 @@
use std::collections::BTreeSet;
use std::thread::JoinHandle;
use std::usize;
use bdk_chain::collections::BTreeMap;
use bdk_chain::spk_client::{FullScanRequest, FullScanResult, SyncRequest, SyncResult};