MacroFake
fa28d0f3c3
scripted-diff: Replace NullUniValue with UniValue::VNULL
...
This is required for removing the UniValue copy constructor.
-BEGIN VERIFY SCRIPT-
sed -i 's/return NullUniValue/return UniValue::VNULL/g' $(git grep -l NullUniValue ':(exclude)src/univalue')
-END VERIFY SCRIPT-
2022-07-25 17:27:53 +02:00
MacroFake
fa9af21878
scripted-diff: Use getInt<T> over get_int/get_int64
...
-BEGIN VERIFY SCRIPT-
sed -i 's|\<get_int64\>|getInt<int64_t>|g' $(git grep -l get_int ':(exclude)src/univalue')
sed -i 's|\<get_int\>|getInt<int>|g' $(git grep -l get_int ':(exclude)src/univalue')
-END VERIFY SCRIPT-
2022-05-18 19:15:03 +02:00
Jon Atack
48742693ac
Replace "can not" with "cannot" in docs, user messages, and tests
2022-02-21 19:07:29 +01:00
Russell Yanofsky
f7086fd8ff
Add src/wallet/* code to wallet:: namespace
2022-01-06 22:14:16 -05:00
Samuel Dobson
8b73640152
MOVEONLY: Move wallet encryption RPCs to encrypt.cpp
2021-12-03 12:34:01 +13:00