Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Print unfunded account (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
xmariachi authored Mar 12, 2024
1 parent f159236 commit 48d29e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/node/appchain.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ func registerWithBlockchain(appchain *AppChain) {
appchain.Logger.Fatal().Msg("account balance is lower than the initialStake requested")
}
} else {
appchain.Logger.Info().Msg("account is not funded in uallo")
appchain.Logger.Info().Str("account", appchain.ReputerAddress).Msg("account is not funded in uallo")
return
}
}
Expand Down

0 comments on commit 48d29e5

Please sign in to comment.