Merge pull request 'Add JSON instances for ZcashNet' (#85) from rav001 into milestone2

Reviewed-on: #85
This commit is contained in:
pitmutt 2024-07-25 16:14:03 +00:00 committed by Vergara Technologies LLC
commit cc72fadef3
Signed by: Vergara Technologies LLC
GPG key ID: 99DB473BB4715618
2 changed files with 5 additions and 1 deletions

View file

@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.6.2.2]
- Added JSON instances for `ZcashNet`
## [0.6.2.1] ## [0.6.2.1]
### Changed ### Changed

View file

@ -90,7 +90,7 @@ data ZcashNet
= MainNet = MainNet
| TestNet | TestNet
| RegTestNet | RegTestNet
deriving (Eq, Prelude.Show, Read) deriving (Eq, Prelude.Show, Read, GHC.Generic, ToJSON, FromJSON)
type AccountId = Int type AccountId = Int