From b1355bf61e9bc8b5d41dc8fdeb5da39eaaa54ae1 Mon Sep 17 00:00:00 2001 From: Jan Sarenik Date: Tue, 22 Sep 2020 10:04:05 +0200 Subject: [PATCH] Update comment regarding signet using tb now --- common/json_tok.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/json_tok.c b/common/json_tok.c index 913979ed4..e0e3c83b4 100644 --- a/common/json_tok.c +++ b/common/json_tok.c @@ -360,7 +360,7 @@ struct command_result *param_feerate_val(struct command *cmd, * * This processes the address and returns a string if it is a Bech32 * address specified by BIP173. The string is set whether it is - * testnet ("tb"), mainnet ("bc"), regtest ("bcrt"), or signet ("sb") + * testnet or signet (both "tb"), mainnet ("bc"), regtest ("bcrt") * It does not check, witness version and program size restrictions. * * Out: witness_version: Pointer to an int that will be updated to contain