Skip to content

Commit

Permalink
Update keys.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kc1116 committed Apr 1, 2024
1 parent ffbd640 commit 18f7aec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/bootstrap/cmd/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ func assembleNodeInfo(nodeConfig model.NodeConfig, networkKey, stakingKey crypto
}

log.Debug().
Str("networkPubKey", common.PubKeyToString(networkKey.PublicKey())).
Str("stakingPubKey", common.PubKeyToString(stakingKey.PublicKey())).
Str("networkPubKey", networkKey.PublicKey().String()).
Str("stakingPubKey", stakingKey.PublicKey().String()).
Msg("encoded public staking and network keys")

nodeInfo := model.NewPrivateNodeInfo(
Expand Down

0 comments on commit 18f7aec

Please sign in to comment.