Skip to content

Commit bd5a9b7

Browse files
authored
Merge pull request #2095 from IntersectMBO/2036-fix-db-tools-commands
2036-fix-db-tools-commands
2 parents 01bc85a + cabc06f commit bd5a9b7

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)