Add `Read` implementation to `UnifiedAddress`

This commit is contained in:
Rene Vergara 2024-03-02 07:53:48 -06:00
parent a52d2231f1
commit 9a5ad756b8
Signed by: pitmutt
GPG Key ID: 65122AD495A7F5B2
1 changed files with 1 additions and 1 deletions

View File

@ -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