Whitelist RPC call required by faucet

This commit is contained in:
Ludo Galabru
2020-05-26 15:37:49 -04:00
parent f2dedf7dbc
commit 52abe03a5e
2 changed files with 4 additions and 2 deletions

View File

@@ -12,5 +12,6 @@ whitelisted_rpc_calls = [
"importaddress",
"sendrawtransaction",
"getrawtransaction",
"scantxoutset"
"scantxoutset",
"getrawmempool",
]

View File

@@ -12,7 +12,8 @@ whitelisted_rpc_calls = [
"importaddress",
"sendrawtransaction",
"getrawtransaction",
"scantxoutset"
"scantxoutset",
"getrawmempool",
]
# Faucet: