Skip to content

Commit 9c4fa54

Browse files
committed
feat(hubble): testnet feature for lenient rpc handling
1 parent 732c2cd commit 9c4fa54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hubble/hubble.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
options.testnet = mkOption {
105105
type = types.nullOr types.bool;
106106
default = null;
107-
description = "Testnet (default false).";
107+
description = "Testnet (default false)";
108108
};
109109
options.tx_search_max_page_size = mkOption {
110110
type = types.int;

0 commit comments

Comments
 (0)