Commit 856f65c
committed
fix: advance
The mock's `process_block_for_wallets` was a no-op, diverging from the real `WalletManager` contract that advances the per-wallet checkpoint for every selected wallet regardless of transaction matches. Sync tests against the mock could pass while production would advance checkpoints. Mirror the contract for selected wallets.
Addresses CodeRabbit review comment on PR #694
#694 (comment)last_processed_height in NonMatchingMockWallet
1 parent fa9cc19 commit 856f65c
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
289 | | - | |
| 288 | + | |
| 289 | + | |
290 | 290 | | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
291 | 294 | | |
292 | 295 | | |
293 | 296 | | |
| |||
0 commit comments