Skip to content

Commit

Permalink
Merge pull request #976 from Abdulkbk/fix-comment
Browse files Browse the repository at this point in the history
fix comment
  • Loading branch information
guggero authored Feb 13, 2025
2 parents 93c858b + f679fe2 commit 9228c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ func loadConfig() (*config, []string, error) {
}

// Exit if you try to use a simulation wallet on anything other than
// simnet or testnet3.
// simnet.
if !cfg.SimNet && cfg.CreateTemp {
fmt.Fprintln(os.Stderr, "Tried to create a temporary simulation "+
"wallet for network other than simnet!")
Expand Down

0 comments on commit 9228c63

Please sign in to comment.