mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-05-24 16:19:50 +08:00
Whitelist RPC call required by faucet
This commit is contained in:
@@ -12,5 +12,6 @@ whitelisted_rpc_calls = [
|
||||
"importaddress",
|
||||
"sendrawtransaction",
|
||||
"getrawtransaction",
|
||||
"scantxoutset"
|
||||
"scantxoutset",
|
||||
"getrawmempool",
|
||||
]
|
||||
@@ -12,7 +12,8 @@ whitelisted_rpc_calls = [
|
||||
"importaddress",
|
||||
"sendrawtransaction",
|
||||
"getrawtransaction",
|
||||
"scantxoutset"
|
||||
"scantxoutset",
|
||||
"getrawmempool",
|
||||
]
|
||||
|
||||
# Faucet:
|
||||
|
||||
Reference in New Issue
Block a user