Skip to content

Commit

Permalink
change private key
Browse files Browse the repository at this point in the history
  • Loading branch information
miiu96 committed Nov 15, 2023
1 parent baf024b commit 5d3fbef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/chainSimulator/configs/configs.go
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ func generateWalletKeyForShard(shardID, numOfShards uint32, converter core.Pubke

return &dtos.WalletKey{
Address: address,
PrivateKeyHex: hex.EncodeToString(privateKeyBytes[:32]),
PrivateKeyHex: hex.EncodeToString(privateKeyBytes),
}, nil
}
}

0 comments on commit 5d3fbef

Please sign in to comment.