Renamed bitcoin clients

This commit is contained in:
Dave Hrycyszyn
2024-06-25 13:38:23 +01:00
parent 73f33a61e6
commit 7fb4585deb
5 changed files with 5 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ async fn setup(_: &str) -> SideNode {
let bft_crdt_keys = make_keypair();
let mnemonic_words = bitcoin::keys::make_mnemonic();
let keys = bitcoin::keys::get(mnemonic_words).unwrap();
let bitcoin_wallet = bitcoin::clients::btc_electrum_client::create_wallet(keys).unwrap();
let bitcoin_wallet = bitcoin::clients::electrum::create_wallet(keys).unwrap();
let crdt = BaseCrdt::<TransactionList>::new(&bft_crdt_keys);
// Channels for internal communication, and a tokio task for stdin input