Skip to content

Commit

Permalink
Another one
Browse files Browse the repository at this point in the history
  • Loading branch information
prozacchiwawa committed Jan 7, 2025
1 parent 2545698 commit dc80749
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/potato_handler/on_chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,9 @@ impl PotatoHandlerImpl for OnChainPotatoHandler {
todo!();
}
CoinSpentInformation::OurReward(_, _) => {
todo!();
// XXX notify UI if we decide we need it.
debug!("{initial_potato} our reward coin was spent");
unblock_queue = true;
}
CoinSpentInformation::OurSpend(ph, amt) => {
debug!("{initial_potato} got an our spend {ph:?} {amt:?}");
Expand Down

0 comments on commit dc80749

Please sign in to comment.