Skip to content

Commit

Permalink
update TxDetail datatype
Browse files Browse the repository at this point in the history
  • Loading branch information
giantimi committed Apr 11, 2024
1 parent eb50a6b commit 2520b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ChainwebData/TxDetail.hs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ data TxDetail = TxDetail
, _txDetail_previousSteps :: Maybe [Text]
, _txDetail_signers :: [Signer]
, _txDetail_sigs :: [Sig]
, _txDetail_verifiers :: Maybe Value
, _txDetail_verifiers :: Maybe [Verifier]

Check failure on line 52 in lib/ChainwebData/TxDetail.hs

View workflow job for this annotation

GitHub Actions / Build master with 8.6.5 / 3.0 on ubuntu-20.04

Not in scope: type constructor or class ‘Verifier’

Check failure on line 52 in lib/ChainwebData/TxDetail.hs

View workflow job for this annotation

GitHub Actions / Build master with 8.8.2 / 3.0 on ubuntu-20.04

Not in scope: type constructor or class ‘Verifier’

Check failure on line 52 in lib/ChainwebData/TxDetail.hs

View workflow job for this annotation

GitHub Actions / Build master with 8.8.2 / 3.0 on ubuntu-22.04

Not in scope: type constructor or class ‘Verifier’

Check failure on line 52 in lib/ChainwebData/TxDetail.hs

View workflow job for this annotation

GitHub Actions / Build master with 8.6.5 / 3.0 on ubuntu-22.04

Not in scope: type constructor or class ‘Verifier’

Check failure on line 52 in lib/ChainwebData/TxDetail.hs

View workflow job for this annotation

GitHub Actions / Build master with 8.8.2 / 3.0 on macOS-latest

Not in scope: type constructor or class ‘Verifier’

Check failure on line 52 in lib/ChainwebData/TxDetail.hs

View workflow job for this annotation

GitHub Actions / Build master with 8.6.5 / 3.0 on macOS-latest

Not in scope: type constructor or class ‘Verifier’
} deriving (Eq,Show,Generic)

instance ToJSON TxDetail where
Expand Down

0 comments on commit 2520b2b

Please sign in to comment.