Skip to content

Commit

Permalink
Revert to using createPool in DB.Sqlite.
Browse files Browse the repository at this point in the history
This function is deprecated, and we should fix it, but that is outside
the scope of this PR.
  • Loading branch information
jonathanknowles authored and erikd committed Mar 16, 2023
1 parent 0bf40e1 commit be9af46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wallet/src/Cardano/DB/Sqlite.hs
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ newConnectionPool tr fp = do
let releaseConnection (backend, _) =
destroySqliteBackend tr backend fp

newPool
createPool
acquireConnection
releaseConnection
numberOfStripes
Expand Down

0 comments on commit be9af46

Please sign in to comment.