We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dcc90a commit e5f09d9Copy full SHA for e5f09d9
vms/platformvm/create_chain_tx.go
@@ -49,7 +49,7 @@ type UnsignedCreateChainTx struct {
49
FxIDs []ids.ID `serialize:"true" json:"fxIDs"`
50
// Byte representation of genesis state of the new chain
51
GenesisData []byte `serialize:"true" json:"genesisData"`
52
- // Auth that will be allowing this validator into the network
+ // Authorizes this blockchain to be added to this subnet
53
SubnetAuth verify.Verifiable `serialize:"true" json:"subnetAuthorization"`
54
}
55
0 commit comments