elements/src/wallet/rpc
furszy fa84df1f03
scripted-diff: wallet: rename AvailableCoinsParams members to snake_case
-BEGIN VERIFY SCRIPT-

sed -i 's/nMinimumAmount/min_amount/g' $(git grep -l nMinimumAmount)
sed -i 's/nMaximumAmount/max_amount/g' $(git grep -l nMaximumAmount)
sed -i 's/nMinimumSumAmount/min_sum_amount/g' $(git grep -l nMinimumSumAmount)
sed -i 's/nMaximumCount/max_count/g' $(git grep -l nMaximumCount)

-END VERIFY SCRIPT-
2022-10-29 08:51:34 -03:00
..
addresses.cpp script/sign: remove needless IsSolvable() utility 2022-08-11 15:43:40 +02:00
backup.cpp rpc: doc: mention rescan speedup using blockfilterindex=1 in affected wallet RPCs 2022-10-25 15:57:39 +02:00
coins.cpp scripted-diff: wallet: rename AvailableCoinsParams members to snake_case 2022-10-29 08:51:34 -03:00
encrypt.cpp scripted-diff: Replace NullUniValue with UniValue::VNULL 2022-07-25 17:27:53 +02:00
signmessage.cpp scripted-diff: Replace NullUniValue with UniValue::VNULL 2022-07-25 17:27:53 +02:00
spend.cpp scripted-diff: wallet: rename AvailableCoinsParams members to snake_case 2022-10-29 08:51:34 -03:00
transactions.cpp Merge bitcoin/bitcoin#26349: rpc: make address field optional list{transactions, sinceblock} response 2022-10-27 13:17:39 -04:00
util.cpp refactor: move Boost datetime usage to wallet 2022-10-01 11:41:53 +01:00
util.h refactor: move Boost datetime usage to wallet 2022-10-01 11:41:53 +01:00
wallet.cpp Add migratewallet RPC 2022-08-29 17:30:38 -04:00
wallet.h Add src/wallet/* code to wallet:: namespace 2022-01-06 22:14:16 -05:00