payjoin / rust-payjoin

Supercharged payment batching to save you fees and preserve your privacy
https://payjoindevkit.org
82 stars 34 forks source link

Add polling steps to v2_to_v2 integration test #296

Closed spacebear21 closed 2 weeks ago

spacebear21 commented 3 weeks ago

@DanGould This test currently fails on the last Sender interaction due to an error in ohttp_decapsulate. I'm not entirely sure how to process multiple responses using the same send_ctx because ContextV2 doesn't implement Copy/Clone, so I am recreating send_ctx by calling req_ctx.extract_v2 again. I suspect that's causing the ohttp error?