Docs on transfer operations
This commit is contained in:
@@ -2,6 +2,8 @@ use crate::bitcoin::client::BitcoinClient;
|
||||
use crate::bitcoin::driver;
|
||||
use bdk::wallet::AddressIndex;
|
||||
|
||||
/// Run the simplest transfer flow. There is no policy file,
|
||||
/// it's just a normal bitcoin transaction for a sanity check.
|
||||
pub async fn run() -> Result<(), anyhow::Error> {
|
||||
let (mut dave, sammy) = driver::setup().await?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user