0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-15 11:36:00 -05:00
bitcoin-bitcoin-core/src/wallet/rpc
jdjkelly@gmail.com 927b8d4e0c
rpc: Correct RPCHelpMan for fundrawtransaction's input_weights field
input_weights is incorrectly documented as a fixed length JSON array,
but it is actually a JSON array of JSON objects - this commit changes
input_weights to use RPCArg::Type::OBJ
2023-01-02 14:31:49 -05:00
..
addresses.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
backup.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
coins.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
encrypt.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
signmessage.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
spend.cpp rpc: Correct RPCHelpMan for fundrawtransaction's input_weights field 2023-01-02 14:31:49 -05:00
transactions.cpp rpc: Remove duplicate field in RPCHelpMan for gettransactions 2022-12-30 15:46:30 -05:00
util.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
util.h scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
wallet.cpp scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
wallet.h Add src/wallet/* code to wallet:: namespace 2022-01-06 22:14:16 -05:00