stacks-core
stacks-core copied to clipboard
Remove replay_transactions miner config option once replay transaction is fully implemented and no longer in testing
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.