We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01bc85a commit cabc06fCopy full SHA for cabc06f
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