Files
bitcoin/src/script
Anthony Towns 82cf4641f4 scripted-diff: Replace UINT256_ONE() with uint256::ONE
-BEGIN VERIFY SCRIPT-
sed -i '/inline.* UINT256_ONE() {/,+1d' src/uint256.h
sed -i 's/UINT256_ONE()/uint256::ONE/' $(git grep -l UINT256_ONE)
-END VERIFY SCRIPT-
2020-09-28 12:14:19 +10:00
..
2020-04-23 13:59:48 -04:00
2018-07-27 07:15:02 -04:00
2020-04-16 13:33:09 -04:00
2020-08-14 08:47:19 +12:00