File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -435,16 +435,15 @@ type StatusResponse struct {
435435}
436436
437437type UTXOListResponse []struct {
438- Address string `json:"address"`
439- Amount string `json:"amount"`
440- Confirmations int `json:"confirmations"`
441- Height int `json:"height"`
442- IsChange bool `json:"is_change"`
443- IsMine bool `json:"is_mine"`
444- Nout int `json:"nout"`
445- Timestamp * string `json:"timestamp"`
446- Txid string `json:"txid"`
447- Type string `json:"type"`
438+ Address string `json:"address"`
439+ Amount string `json:"amount"`
440+ Confirmations int `json:"confirmations"`
441+ Height int `json:"height"`
442+ IsChange bool `json:"is_change"`
443+ IsMine bool `json:"is_mine"`
444+ Nout int `json:"nout"`
445+ Txid string `json:"txid"`
446+ Type string `json:"type"`
448447}
449448
450449type VersionResponse struct {
You can’t perform that action at this time.
0 commit comments