stacks-core icon indicating copy to clipboard operation
stacks-core copied to clipboard

Remove replay_transactions miner config option once replay transaction is fully implemented and no longer in testing

Open jferrant opened this issue 8 months ago • 0 comments

There is currently a bool in MinerConfig called replay_transactions, but its only there for testing the tx replay functionality before making it default behaviour (currently defaults to false and is only useable when not on mainnet . Ultimately this should be removed throughout the codebase and be just the default behaviour/should not be configurable at all.

jferrant avatar May 06 '25 15:05 jferrant