We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01bc85a + cabc06f commit bd5a9b7Copy full SHA for bd5a9b7
1 file changed
cardano-db/src/Cardano/Db/Statement/DbTool.hs
@@ -56,7 +56,7 @@ queryDelegationForEpochStmt =
56
poolId <- Id.idDecoder Id.PoolHashId
57
pure (addrId, endTime, amount, poolId)
58
epochTable = tableName (Proxy @SC.Epoch)
59
- epochStakeTable = tableName (Proxy @SC.EpochState)
+ epochStakeTable = tableName (Proxy @SC.EpochStake)
60
stakeAddressTable = tableName (Proxy @SC.StakeAddress)
61
sql =
62
TextEnc.encodeUtf8 $
0 commit comments