HTLC cli driver working (no implementation)
This commit is contained in:
@@ -12,7 +12,7 @@ pub(crate) async fn run() -> Result<(), anyhow::Error> {
|
||||
simple_transfer().await
|
||||
}
|
||||
|
||||
async fn simple_transfer() -> Result<(), anyhow::Error> {
|
||||
pub(crate) async fn simple_transfer() -> Result<(), anyhow::Error> {
|
||||
let mut dave = clients::esplora::create_wallet("dave", Network::Signet)?;
|
||||
let mut sammy = clients::esplora::create_wallet("sammy", Network::Signet)?;
|
||||
|
||||
@@ -58,3 +58,8 @@ async fn simple_transfer() -> Result<(), anyhow::Error> {
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
pub(crate) async fn htlc() -> anyhow::Result<()> {
|
||||
println!("Not implemented yet.");
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user