diff --git a/pool.go b/pool.go index 58947ce..0bc30b3 100644 --- a/pool.go +++ b/pool.go @@ -84,6 +84,8 @@ type ( // MetaJson pool meta json MetaJSON *PoolMetaJSON `json:"meta_json,omitempty"` + + PoolStatus string `json:"pool_status"` } // Relay defines model for pool relay.