Skip to content

Commit

Permalink
Correct typo in comment for selectTxs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanknowles committed Dec 2, 2020
1 parent a3dfe8e commit 804ece8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lib/core/src/Cardano/Wallet/DB/Sqlite.hs
Expand Up @@ -1461,13 +1461,14 @@ selectUTxO cp = fmap entityVal <$>
, UtxoSlot ==. checkpointSlot cp
] []

-- This relies on available information from the database to reconstruct
-- coin selection information for __outgoing__ payments. We can't however guarantee
-- This relies on available information from the database to reconstruct coin
-- selection information for __outgoing__ payments. We can't however guarantee
-- that we have such information for __incoming__ payments (we usually don't
-- have it).
--
-- To reliably provide this information for incoming payment, it should be looked
-- up when applying blocks from the global Ledger, but that is future work
-- To reliably provide this information for incoming payments, it should be
-- looked up when applying blocks from the global ledger, but that is future
-- work.
--
-- See also: issue #573.
selectTxs
Expand Down

0 comments on commit 804ece8

Please sign in to comment.