Beaconblock over wire (#3436)

This commit is contained in:
shayzluf
2019-09-10 19:54:14 +05:30
committed by terence tsao
parent 3708a8f476
commit 1edeb8ec4c
12 changed files with 52 additions and 44 deletions

View File

@@ -11,8 +11,8 @@ import (
"log"
"os"
"gopkg.in/yaml.v2"
keygen "github.com/prysmaticlabs/prysm/tools/unencrypted-keys-gen"
"gopkg.in/yaml.v2"
)
// KeyPair with hex encoded data.
@@ -48,7 +48,7 @@ func main() {
}
out.Keys = append(out.Keys, &keygen.UnencryptedKeys{
ValidatorKey: pk,
ValidatorKey: pk,
WithdrawalKey: pk,
})
}