Page MenuHomePhabricator

Leave IBD in rpc_listtransactions
ClosedPublic

Authored by Fabien on Feb 28 2019, 14:07.

Details

Summary

The test won't run alone because IBD will prevent the inital
sync_all() to sync the mempools.

Test Plan
./test/functional/test_runner.py rpc_listtransactions

Will fail before the diff, but not after.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Please just backport the changes in the test and code associated instead of redoing everything next time.

This revision is now accepted and ready to land.Feb 28 2019, 17:20

Oh I didn't noticed there was a backport for this, I did a quick search but missed it.
Thanks for pointing that, I will backport the other changes as well.

This revision was automatically updated to reflect the committed changes.