From 2e42efef535c0aaa7587d10e0d1a1594a68cfee2 Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Tue, 8 Oct 2013 19:33:22 -0400 Subject: [PATCH] fix comment --- cmdmgr.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmdmgr.go b/cmdmgr.go index 04f4dc6..bce083a 100644 --- a/cmdmgr.go +++ b/cmdmgr.go @@ -630,8 +630,8 @@ func SetTxFee(reply chan []byte, msg *btcjson.Message) { // the wallet specified by account already exists, an invalid account // name error is returned to the client. // -// Wallets will be created on MainNet, or TestNet3 if btcwallet is run with -// the --testnet option. +// Wallets will be created on TestNet3, or MainNet if btcwallet is run with +// the --mainnet option. func CreateEncryptedWallet(reply chan []byte, msg *btcjson.Message) { e := InvalidParams params, ok := msg.Params.([]interface{})