]> Untitled Git - bdk-cli/commit
refactor(payjoin): implement polling-based monitoring with timeout
authorMshehu5 <musheu@gmail.com>
Sun, 21 Dec 2025 10:50:12 +0000 (11:50 +0100)
committerMshehu5 <musheu@gmail.com>
Mon, 2 Feb 2026 10:56:22 +0000 (11:56 +0100)
commit35d831329a9c52ad561ae7ee1a5a085c282adddb
treede4f90702f45300d29275ade78ba82dd13558180
parentb88426adcdafa7c327465be6dfd9d8a6d03d89be
refactor(payjoin): implement polling-based monitoring with timeout

Replace single sync-and-check with periodic polling loop.
This allows multiple sync operations since sync_wallet now accepts
a reference to BlockchainClient, enabling proper long-running
monitoring instead of a one-time check.
src/payjoin/mod.rs