Skip to content

Commit

Permalink
Include missing reserve, not required reserve (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGould committed Nov 20, 2022
1 parent 8976750 commit ce6258f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scheduler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ impl Scheduler {
} else {
None
};
let pj = &ScheduledPayJoin::new(required_reserve, batch, inbound_quote.clone());
let pj = &ScheduledPayJoin::new(missing_reserve, batch, inbound_quote.clone());

if self.insert_payjoin(&bitcoin_addr, pj) {
Ok((
Expand Down

0 comments on commit ce6258f

Please # to comment.