Skip to content

Commit e5f09d9

Browse files
authored
Update comment for UnsignedCreateChainTx. (#986)
1 parent 9dcc90a commit e5f09d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vms/platformvm/create_chain_tx.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ type UnsignedCreateChainTx struct {
4949
FxIDs []ids.ID `serialize:"true" json:"fxIDs"`
5050
// Byte representation of genesis state of the new chain
5151
GenesisData []byte `serialize:"true" json:"genesisData"`
52-
// Auth that will be allowing this validator into the network
52+
// Authorizes this blockchain to be added to this subnet
5353
SubnetAuth verify.Verifiable `serialize:"true" json:"subnetAuthorization"`
5454
}
5555

0 commit comments

Comments
 (0)