json output consistent with api

pull/541/head
sidhujag 2020-09-13 09:22:49 -07:00
parent b09dcc5012
commit 74a0ab606b
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ func IsZeroBigInt(b *big.Int) bool {
type AssetInfo struct {
AssetGuid uint32 `json:"assetGuid,omitempty"`
ValueSat *bchain.Amount `json:"valueSat,omitempty"`
ValueSat *bchain.Amount `json:"value,omitempty"`
ValueStr string `json:"valueStr,omitempty"`
}