diff options
author | glozow <gloriajzhao@gmail.com> | 2021-07-20 11:45:52 +0100 |
---|---|---|
committer | glozow <gloriajzhao@gmail.com> | 2022-06-23 14:35:04 +0100 |
commit | fa076515b07ac4b10b2134e323bf4f56be5996a8 (patch) | |
tree | 6f4851be8f004c8fc03cb207e70df14c8e7ffe54 /src/test | |
parent | b9ef5a10e2fa4609d048db57b99463305455ebe4 (diff) |
[rpc] add new submitpackage RPC
It could be unsafe/confusing to create an actual mainnet interface while
package relay doesn't exist. However, a regtest-only interface allows
wallet/application devs to test current package policies.
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/fuzz/rpc.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/fuzz/rpc.cpp b/src/test/fuzz/rpc.cpp index e4e83c3f32..26913a41d2 100644 --- a/src/test/fuzz/rpc.cpp +++ b/src/test/fuzz/rpc.cpp @@ -159,6 +159,7 @@ const std::vector<std::string> RPC_COMMANDS_SAFE_FOR_FUZZING{ "signrawtransactionwithkey", "submitblock", "submitheader", + "submitpackage", "syncwithvalidationinterfacequeue", "testmempoolaccept", "uptime", |