From f03bc49f3d6c5293b8738909f833c884df6a08fd Mon Sep 17 00:00:00 2001 From: King Date: Sun, 5 Jan 2025 22:33:26 +0100 Subject: [PATCH] Fix typo Update bitcoind-signet.md --- bitcoind-signet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitcoind-signet.md b/bitcoind-signet.md index da29970..1dd13e9 100644 --- a/bitcoind-signet.md +++ b/bitcoind-signet.md @@ -9,7 +9,7 @@ * if `MINERENABLED=1` and not provided will generate this * `MINETO` - mine to a static address, if not provided will make new address for each block (**mining mode only**) * `SIGNETCHALLENGE` - sets the valid block producer for this signet - * if `MINERENABLED=1` and not provided will generate this, if provded PRIVKEY also must be populated + * if `MINERENABLED=1` and not provided will generate this, if provided PRIVKEY also must be populated * Requied for client-mode * * `RPCUSER` - bitcoind RPC User