This PR fixes a bug in the sending_transactions_using_lightwalletd test where transactions from multiple future blocks are being sent to the mempool without committing prior blocks to the chain.
Solution
Submits blocks to the state after sending their transactions to the mempool.
Motivation
This PR fixes a bug in the
sending_transactions_using_lightwalletd
test where transactions from multiple future blocks are being sent to the mempool without committing prior blocks to the chain.Solution
Submits blocks to the state after sending their transactions to the mempool.
Tests
The test should pass in CI.
PR Author's Checklist
PR Reviewer's Checklist