Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enroller bcomes initializer
Browse files Browse the repository at this point in the history
DanGould committed Jun 12, 2024
1 parent 2c03c27 commit 4a3136d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions payjoin/tests/integration.rs
Original file line number Diff line number Diff line change
@@ -396,6 +396,7 @@ mod integration {
// **********************
// Inside the Sender:
// Create a funded PSBT (not broadcasted) to address with amount given in the pj_uri

let pj_uri = Uri::from_str(&pj_uri_string)
.unwrap()
.assume_checked()
@@ -494,6 +495,7 @@ mod integration {
// **********************
// Inside the V1 Sender:
// Create a funded PSBT (not broadcasted) to address with amount given in the pj_uri

let pj_uri = Uri::from_str(&pj_uri_string)
.unwrap()
.assume_checked()

0 comments on commit 4a3136d

Please sign in to comment.