Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Commit 7eb5ab9

Browse files
Update src/Chainweb/Pact/Backend/ChainwebPactDb.hs
Co-authored-by: rsoeldner <r.soeldner@gmail.com>
1 parent 41cb354 commit 7eb5ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Chainweb/Pact/Backend/ChainwebPactDb.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ getLatestBlock db = do
934934
, _syncStateHeight = int hgt
935935
}
936936
go r = fail $
937-
"Chainweb.Pact.Backend.RelationalCheckpointer.doGetLatest: impossible. This is a bug in chainweb-node. Details: "
937+
"Chainweb.Pact.Backend.ChainwebPactDb.getLatestBlock: impossible. This is a bug in chainweb-node. Details: "
938938
<> sshow r
939939

940940
lookupBlockWithHeight :: HasCallStack => SQ3.Database -> BlockHeight -> ExceptT LocatedSQ3Error IO (Maybe (Ranked BlockHash))

0 commit comments

Comments
 (0)