mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
Allow pcli to pretty print blinded blocks (#11067)
This commit is contained in:
@@ -53,6 +53,7 @@ func main() {
|
||||
Name: "data-type",
|
||||
Usage: "ssz file data type: " +
|
||||
"block|" +
|
||||
"blinded_block|" +
|
||||
"signed_block|" +
|
||||
"attestation|" +
|
||||
"block_header|" +
|
||||
@@ -73,6 +74,8 @@ func main() {
|
||||
data = ðpb.BeaconBlock{}
|
||||
case "signed_block":
|
||||
data = ðpb.SignedBeaconBlock{}
|
||||
case "blinded_block":
|
||||
data = ðpb.BlindedBeaconBlockBellatrix{}
|
||||
case "attestation":
|
||||
data = ðpb.Attestation{}
|
||||
case "block_header":
|
||||
|
||||
Reference in New Issue
Block a user