Skip to content

Commit

Permalink
Fixed Go standard formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lemois-1337 committed Mar 6, 2024
1 parent b8decf0 commit 1c14b56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmd/karlsenwallet/daemon/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ func Start(params *dagconfig.Params, listen, rpcServer string, keysFilePath stri

// Show warning if old wallet version is used.
if keysFile.Version == 1 {
log.Infof("---");
log.Infof("---")
log.Infof("For future compatibility it is...")
log.Infof("highly recommended to create a...")
log.Infof("new one and transfer KLS to it.")
log.Infof("---");
log.Infof("---")
}

serverInstance := &server{
Expand Down
2 changes: 1 addition & 1 deletion cmd/karlsenwallet/libkarlsenwallet/bip39.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func defaultPath(isMultisig bool, version uint32) string {
}

// Note: this is needed because initial fork was created
// without changing the coin type in derivation path.
// without changing the coin type in derivation path.
if version == 1 {
return fmt.Sprintf("m/%d'/%d'/0'", purpose, CoinTypeV1)
}
Expand Down

0 comments on commit 1c14b56

Please sign in to comment.