This commit is contained in:
Dave Hrycyszyn
2024-06-24 18:47:27 +01:00
parent 0ad430a9f1
commit b08e69ab1b

View File

@@ -10,7 +10,7 @@ use bdk_wallet::{
use bdk_sqlite::{rusqlite::Connection, Store};
use crate::{keys, utils};
use crate::utils;
const SEND_AMOUNT: Amount = Amount::from_sat(5000);
const STOP_GAP: usize = 50;