File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
ouroboros-consensus-cardano/src/shelley/Ouroboros/Consensus/Shelley/Ledger Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ import Cardano.Ledger.Compactible (Compactible (fromCompact))
5454import qualified Cardano.Ledger.Conway.Governance as CG
5555import qualified Cardano.Ledger.Conway.State as CG
5656import qualified Cardano.Ledger.Core as SL
57- import Cardano.Ledger.Credential (StakeCredential )
5857import Cardano.Ledger.Keys (KeyHash )
5958import qualified Cardano.Ledger.Shelley.API as SL
6059import qualified Cardano.Ledger.Shelley.Core as LC
@@ -261,11 +260,11 @@ data instance BlockQuery (ShelleyBlock proto era) fp result where
261260 QFNoTables
262261 (PoolDistr (ProtoCrypto proto ))
263262 GetStakeDelegDeposits ::
264- Set StakeCredential ->
263+ Set ( SL. Credential LC. Staking ) ->
265264 BlockQuery
266265 (ShelleyBlock proto era )
267266 QFNoTables
268- (Map StakeCredential Coin )
267+ (Map ( SL. Credential LC. Staking ) Coin )
269268 -- | Not supported in eras before Conway
270269 GetConstitution ::
271270 CG. ConwayEraGov era =>
You can’t perform that action at this time.
0 commit comments