File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
cardano-db-sync/src/Cardano/DbSync/Era/Shelley Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -689,14 +689,16 @@ insertConwayDelegCert syncEnv txId idx mRedeemerId epochNo slotNo dCert =
689
689
case dCert of
690
690
ConwayRegCert cred _dep ->
691
691
when (ioShelley iopts) $
692
- insertStakeRegistration epochNo txId idx $ Generic. annotateStakingCred network cred
692
+ insertStakeRegistration epochNo txId idx $
693
+ Generic. annotateStakingCred network cred
693
694
ConwayUnRegCert cred _dep ->
694
695
when (ioShelley iopts) $
695
696
insertStakeDeregistration cache network epochNo txId idx mRedeemerId cred
696
697
ConwayDelegCert cred delegatee -> insertDeleg cred delegatee
697
698
ConwayRegDelegCert cred delegatee _dep -> do
698
699
when (ioShelley iopts) $
699
- insertStakeRegistration epochNo txId idx $ Generic. annotateStakingCred network cred
700
+ insertStakeRegistration epochNo txId idx $
701
+ Generic. annotateStakingCred network cred
700
702
insertDeleg cred delegatee
701
703
where
702
704
insertDeleg cred = \ case
You can’t perform that action at this time.
0 commit comments