This reverts commit fcf22e8fcc94ebd7554bf4345608f86cdf54b7fb.
This is breaking the nowallet build and @tobias_ruck do not seem to be reachable
Differential D5278
Revert "OP_REVERSEBYTES activation logic" deadalnix on Feb 12 2020, 22:23. Authored by
Details
This reverts commit fcf22e8fcc94ebd7554bf4345608f86cdf54b7fb. This is breaking the nowallet build and @tobias_ruck do not seem to be reachable Build without wallet and run the integration test suite.
Diff Detail
Event TimelineComment Actions I am guessing this is due to D5184, and we are going to see this happen over and over until nowallet build is added to the Diff testing CI Comment Actions For the record in future (as this is going to happen again and again) the required change to fix this kind of thing is not hard, you just need to change the generate rpc to generatetoaddress rpc, see D5267. |