Skip to content

Commit

Permalink
fix: update max payout field name
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 committed Mar 27, 2024
1 parent 6ebd118 commit 2216f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/payout.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ async fn spending_policy() -> anyhow::Result<()> {
wallet_name.clone(),
Some(SpendingPolicy {
allowed_payout_addresses: vec![address.clone()],
maximum_payout: Some(Satoshis::from(10000)),
max_payout: Some(Satoshis::from(10000)),
}),
)
.await?;
Expand Down

0 comments on commit 2216f40

Please sign in to comment.