@@ -71,7 +71,7 @@ import Control.Monad.Class.MonadSTM.Strict (StrictTMVar, StrictTVar, T
71
71
import qualified Data.ByteString.Base16 as Base16
72
72
import qualified Data.ByteString.Char8 as BS
73
73
import qualified Data.ByteString.Lazy.Char8 as LBS
74
- import qualified Data.ByteString.Short as BSS
74
+ import qualified Data.ByteString.Short as SBS
75
75
import qualified Data.List as List
76
76
import qualified Data.Map.Strict as Map
77
77
import qualified Data.Set as Set
@@ -752,7 +752,7 @@ tickThenReapplyCheckHash cfg block lsb =
752
752
, " but block previous hash is "
753
753
, renderByteArray (Cardano. unChainHash $ blockPrevHash block)
754
754
, " and block current hash is "
755
- , renderByteArray (BSS . fromShort . Consensus. getOneEraHash $ blockHash block), " ."
755
+ , renderByteArray (SBS . fromShort . Consensus. getOneEraHash $ blockHash block), " ."
756
756
]
757
757
758
758
totalAdaPots
@@ -762,7 +762,7 @@ totalAdaPots
762
762
totalAdaPots = Shelley. totalAdaPotsES . Shelley. nesEs . Consensus. shelleyLedgerState
763
763
764
764
getHeaderHash :: HeaderHash CardanoBlock -> ByteString
765
- getHeaderHash bh = BSS . fromShort (Consensus. getOneEraHash bh)
765
+ getHeaderHash bh = SBS . fromShort (Consensus. getOneEraHash bh)
766
766
767
767
-- | This will fail if the state is not a 'LedgerStateAlonzo'
768
768
getAlonzoPParams :: CardanoLedgerState -> PParams StandardAlonzo
0 commit comments