wip adding bitcoin keys to side nodes

This commit is contained in:
Dave Hrycyszyn
2024-06-18 16:56:24 +01:00
parent ecec883f9b
commit 706a671902
5 changed files with 19 additions and 12 deletions

View File

@@ -35,6 +35,7 @@ async fn test_distribute_via_websockets() {
async fn setup(_: &str) -> SideNode {
// First, load up the keys and create a bft-crdt
let keys = make_keypair();
let bitcoin_keys = bitcoin::secp256k1::Keypair::new();
let crdt = BaseCrdt::<TransactionList>::new(&keys);
// Channels for internal communication, and a tokio task for stdin input