Add UnlockedUntil to InfoResult.
This commit is contained in:
parent
0a14b19276
commit
e6dca4de6f
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ type InfoResult struct {
|
||||||
TestNet bool `json:"testnet,omitempty"`
|
TestNet bool `json:"testnet,omitempty"`
|
||||||
KeypoolOldest int64 `json:"keypoololdest,omitempty"`
|
KeypoolOldest int64 `json:"keypoololdest,omitempty"`
|
||||||
KeypoolSize int `json:"keypoolsize,omitempty"`
|
KeypoolSize int `json:"keypoolsize,omitempty"`
|
||||||
|
UnlockedUntil int64 `json:"unlocked_until,omitempty"`
|
||||||
PaytxFee float64 `json:"paytxfee,omitempty"`
|
PaytxFee float64 `json:"paytxfee,omitempty"`
|
||||||
RelayFee float64 `json:"relayfee,omitempty"`
|
RelayFee float64 `json:"relayfee,omitempty"`
|
||||||
Errors string `json:"errors,omitempty"`
|
Errors string `json:"errors,omitempty"`
|
||||||
|
|
Loading…
Reference in a new issue