Skip to content

Commit

Permalink
Remove moduleSource
Browse files Browse the repository at this point in the history
  • Loading branch information
DOBEN committed May 28, 2024
1 parent b8ea019 commit 5342c6e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Concordium/Client/Types/Transaction.hs
Original file line number Diff line number Diff line change
Expand Up @@ -259,11 +259,6 @@ transferWithSchedulePayloadSize ::
PayloadSize
transferWithSchedulePayloadSize numRels = 32 + 1 + 1 + fromIntegral numRels * 16

data ModuleSource
= ByName Text
| FromSource Text
deriving (Eq, Show)

-----------------------------------------------------------------

-- * JSON representation of a signed/partially-signed transaction
Expand Down

0 comments on commit 5342c6e

Please sign in to comment.