Page MenuHomePhabricator

test: check for RPC error 'Transaction already in block chain' (-27)
ClosedPublic

Authored by PiRK on Feb 28 2023, 10:14.

Details

Summary

This is a backport of core#22510

Test Plan

ninja check-functional

Diff Detail

Event Timeline

PiRK requested review of this revision.Feb 28 2023, 10:14
Fabien requested changes to this revision.Feb 28 2023, 10:17
Fabien added a subscriber: Fabien.
Fabien added inline comments.
test/functional/rpc_rawtransaction.py
695–696

You either don't need the sync, or better move it to the generate

This revision now requires changes to proceed.Feb 28 2023, 10:17

remove unnecessary sync_blocks (generate alreadey does sync_all)

This revision is now accepted and ready to land.Feb 28 2023, 12:58