Consensys / qubernetes

Quorum on Kubernetes.
https://www.goquorum.com
53 stars 33 forks source link

pad nodekey addr with 0s to get addr constant sz. #107

Closed libby closed 4 years ago

libby commented 4 years ago

when converting the nodekey addr from integer to hexidecimal, we need to pad the hex with leading 0s to get a constant address length of 40 hex chars.