Skip to content

Commit

Permalink
Set treasury address in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
saefstroem committed May 8, 2024
1 parent af0fcdf commit 90ef51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ mod tests {
async fn callback(_invoice: Invoice) {}
PaymentGateway::new(
"https://123.com",
"0x0".to_string(),
"0xdac17f958d2ee523a2206206994597c13d831ec7".to_string(),
10,
callback,
db_path,
Expand Down

0 comments on commit 90ef51c

Please sign in to comment.