Skip to content

Commit cabc06f

Browse files
committed
2036-fix-db-tools-commands
1 parent 01bc85a commit cabc06f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cardano-db/src/Cardano/Db/Statement/DbTool.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ queryDelegationForEpochStmt =
5656
poolId <- Id.idDecoder Id.PoolHashId
5757
pure (addrId, endTime, amount, poolId)
5858
epochTable = tableName (Proxy @SC.Epoch)
59-
epochStakeTable = tableName (Proxy @SC.EpochState)
59+
epochStakeTable = tableName (Proxy @SC.EpochStake)
6060
stakeAddressTable = tableName (Proxy @SC.StakeAddress)
6161
sql =
6262
TextEnc.encodeUtf8 $

0 commit comments

Comments
 (0)