fix comment

This commit is contained in:
Josh Rickmar 2013-10-08 19:33:22 -04:00
parent 2a7f09a422
commit 2e42efef53

View file

@ -630,8 +630,8 @@ func SetTxFee(reply chan []byte, msg *btcjson.Message) {
// the wallet specified by account already exists, an invalid account // the wallet specified by account already exists, an invalid account
// name error is returned to the client. // name error is returned to the client.
// //
// Wallets will be created on MainNet, or TestNet3 if btcwallet is run with // Wallets will be created on TestNet3, or MainNet if btcwallet is run with
// the --testnet option. // the --mainnet option.
func CreateEncryptedWallet(reply chan []byte, msg *btcjson.Message) { func CreateEncryptedWallet(reply chan []byte, msg *btcjson.Message) {
e := InvalidParams e := InvalidParams
params, ok := msg.Params.([]interface{}) params, ok := msg.Params.([]interface{})