Add JSON instances for ZcashNet #85

Merged
pitmutt merged 1 commit from rav001 into milestone2 2024-07-25 16:14:05 +00:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 7c79ee6163 - Show all commits

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