Moved the Electrum client back down
This commit is contained in:
@@ -50,6 +50,11 @@ pub(crate) async fn simple_transfer() -> Result<(), anyhow::Error> {
|
||||
}
|
||||
|
||||
pub(crate) async fn htlc() -> anyhow::Result<()> {
|
||||
println!("Not implemented yet.");
|
||||
// dave will be our sender
|
||||
let mut dave = clients::esplora::create_wallet("dave", Network::Signet)?;
|
||||
|
||||
// sammy will be our liquidity router
|
||||
let mut sammy = clients::esplora::create_wallet("sammy", Network::Signet)?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user