File tree 1 file changed +9
-7
lines changed
bcc-cli/src/Bcc/CLI/Sophie
1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -1168,13 +1168,14 @@ pGenesisCmd =
1168
1168
1169
1169
pGenesisCreate :: Parser GenesisCmd
1170
1170
pGenesisCreate =
1171
- GenesisCreate <$> pGenesisDir
1172
- <*> pGenesisNumGenesisKeys
1173
- <*> pGenesisNumVestedKeys
1174
- <*> pGenesisNumUTxOKeys
1175
- <*> pMaybeSystemStart
1176
- <*> pInitialSupplyNonDelegated
1177
- <*> pNetworkId
1171
+ GenesisCreate
1172
+ <$> pGenesisDir
1173
+ <*> pGenesisNumGenesisKeys
1174
+ <*> pGenesisNumVestedKeys
1175
+ <*> pGenesisNumUTxOKeys
1176
+ <*> pMaybeSystemStart
1177
+ <*> pInitialSupplyNonDelegated
1178
+ <*> pNetworkId
1178
1179
1179
1180
pGenesisCreateStaked :: Parser GenesisCmd
1180
1181
pGenesisCreateStaked =
@@ -1224,6 +1225,7 @@ pGenesisCmd =
1224
1225
<> Opt. help " The number of genesis keys to make [default is 0]."
1225
1226
<> Opt. value 0
1226
1227
)
1228
+
1227
1229
pGenesisNumVestedKeys :: Parser Word
1228
1230
pGenesisNumVestedKeys =
1229
1231
Opt. option Opt. auto
You can’t perform that action at this time.
0 commit comments