bitcoind.rpc.users: improve example
Add RPC entries that don't exist in the public whitelist.
This commit is contained in:
parent
a04c15958a
commit
da625fc13d
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ let
|
||||||
example = {
|
example = {
|
||||||
alice = {
|
alice = {
|
||||||
passwordHMAC = "f7efda5c189b999524f151318c0c86$d5b51b3beffbc02b724e5d095828e0bc8b2456e9ac8757ae3211a5d9b16a22ae";
|
passwordHMAC = "f7efda5c189b999524f151318c0c86$d5b51b3beffbc02b724e5d095828e0bc8b2456e9ac8757ae3211a5d9b16a22ae";
|
||||||
rpcwhitelist = [ "getnetworkinfo" "getpeerinfo" ];
|
rpcwhitelist = [ "sendtoaddress" "getnewaddress" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
type = with types; attrsOf (submodule ({ name, ... }: {
|
type = with types; attrsOf (submodule ({ name, ... }: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue