Compare commits
2 commits
cb44b6d4e0
...
9a5ad756b8
Author | SHA1 | Date | |
---|---|---|---|
9a5ad756b8 | |||
a52d2231f1 |
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ data UnifiedAddress = UnifiedAddress
|
|||
, o_rec :: BS.ByteString
|
||||
, s_rec :: BS.ByteString
|
||||
, t_rec :: Maybe TransparentAddress
|
||||
} deriving (Prelude.Show, Eq)
|
||||
} deriving (Prelude.Show, Eq, Read)
|
||||
|
||||
-- | Helper type for marshalling UAs
|
||||
data RawUA = RawUA
|
||||
|
|
Loading…
Reference in a new issue