Rename fields for lighter syntax

This commit is contained in:
Tissevert 2019-10-17 19:49:50 +02:00
parent 189e29b08c
commit e10afdfac1
1 changed files with 2 additions and 2 deletions

View File

@ -192,8 +192,8 @@ instance ToJSON ByteString where
data PublicGame = PublicGame {
nonce :: ByteString
, playerHand :: Hanafuda.Pack
, privateState :: ByteString
, publicState :: PublicState
, private :: ByteString
, public :: PublicState
, publicSignature :: ByteString
} deriving Generic