diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2014-11-25 15:21:39 -0500 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2014-12-02 11:09:25 -0500 |
commit | b2d0162ba48557c585822cabda41fe238420fabe (patch) | |
tree | a21b363fca0a0be6a5b555886c0a53f649d305fa /qa/pull-tester/rpc-tests.sh | |
parent | 3dd8ed72e570e9289635cfb5c3c12c807c3e8c27 (diff) |
Test resurrecting memory pool transactions during chain re-org
Builds on #5316.
Diffstat (limited to 'qa/pull-tester/rpc-tests.sh')
-rwxr-xr-x | qa/pull-tester/rpc-tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/pull-tester/rpc-tests.sh b/qa/pull-tester/rpc-tests.sh index e01e870390..5b52c4b751 100755 --- a/qa/pull-tester/rpc-tests.sh +++ b/qa/pull-tester/rpc-tests.sh @@ -18,6 +18,7 @@ fi if [ "x${ENABLE_BITCOIND}${ENABLE_UTILS}${ENABLE_WALLET}" = "x111" ]; then ${BUILDDIR}/qa/rpc-tests/wallet.py --srcdir "${BUILDDIR}/src" ${BUILDDIR}/qa/rpc-tests/listtransactions.py --srcdir "${BUILDDIR}/src" + ${BUILDDIR}/qa/rpc-tests/mempool_resurrect_test.py --srcdir "${BUILDDIR}/src" ${BUILDDIR}/qa/rpc-tests/txn_doublespend.py --srcdir "${BUILDDIR}/src" ${BUILDDIR}/qa/rpc-tests/txn_doublespend.py --mineblock --srcdir "${BUILDDIR}/src" #${BUILDDIR}/qa/rpc-tests/forknotify.py --srcdir "${BUILDDIR}/src" |