File tree 1 file changed +5
-5
lines changed
bcc-cli/src/Bcc/CLI/Sophie/Run
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -380,11 +380,11 @@ runGenesisVerKey (VerificationKeyFile vkeyPath) (SigningKeyFile skeyPath) = do
380
380
AGenesisUTxOKey vk -> writeFileTextEnvelope vkeyPath Nothing vk
381
381
382
382
data SomeGenesisKey f
383
- = AGenesisKey (f GenesisKey )
384
- | AGenesisDelegateKey (f GenesisDelegateKey )
385
- | AGenesisVestedKey (f VestedKey )
386
- | AGenesisVestedDelegateKey (f VestedDelegateKey )
387
- | AGenesisUTxOKey (f GenesisUTxOKey )
383
+ = AGenesisKey (f GenesisKey )
384
+ | AGenesisDelegateKey (f GenesisDelegateKey )
385
+ | AGenesisVestedKey (f GenesisVestedKey )
386
+ | AGenesisVestedDelegateKey (f GenesisVestedDelegateKey )
387
+ | AGenesisUTxOKey (f GenesisUTxOKey )
388
388
389
389
390
390
runGenesisTxIn :: VerificationKeyFile -> NetworkId -> Maybe OutputFile
You can’t perform that action at this time.
0 commit comments