You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO support optional batched payout scripts. This would require a change to
Allow a sender to be created that pays out to multiple destination addresses. We should replace check_single_payee with check_for_all_payouts and unit test it
The text was updated successfully, but these errors were encountered:
original TODO comment:
rust-payjoin/payjoin/src/send/mod.rs
Line 105 in 6e512ff
Allow a sender to be created that pays out to multiple destination addresses. We should replace
check_single_payee
withcheck_for_all_payouts
and unit test itThe text was updated successfully, but these errors were encountered: