Skip to content

Commit

Permalink
Query.PathSums: export Amount
Browse files Browse the repository at this point in the history
  • Loading branch information
runeksvendsen committed Nov 14, 2018
1 parent d4bb66d commit 71458ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/CryptoDepth/Db/Internal/Query/PathSums.hs
Expand Up @@ -6,6 +6,7 @@ module CryptoDepth.Db.Internal.Query.PathSums
, PathTable
, SlippageQty
, CD.Sym
, CD.Amount
, CD.OneDiv
, KnownSymbol
)
Expand Down
4 changes: 2 additions & 2 deletions src/CryptoDepth/Db/Query.hs
Expand Up @@ -4,5 +4,5 @@ module CryptoDepth.Db.Query
)
where

import CryptoDepth.Db.Internal.Query.PathSums as PathSums
import CryptoDepth.Db.Internal.Query.Paths as Paths
import CryptoDepth.Db.Internal.Query.PathSums as PathSums
import CryptoDepth.Db.Internal.Query.Paths as Paths

0 comments on commit 71458ba

Please sign in to comment.