Skip to content

Commit

Permalink
Use 1 sat/vByte
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Aug 6, 2024
1 parent 8459c19 commit a4b57a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/onchain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ pub async fn pay_onchain(
addr: address.to_string(),
amount: amount.to_sat() as i64,
spend_unconfirmed: true,
sat_per_vbyte: 1,
..Default::default()
};
wallet_client.send_coins(req).await?.into_inner()
Expand Down

0 comments on commit a4b57a6

Please sign in to comment.