Skip to content

Commit 31456e7

Browse files
committed
remove timestamp for now
1 parent 060970b commit 31456e7

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

extras/jsonrpc/daemon_types.go

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -435,16 +435,15 @@ type StatusResponse struct {
435435
}
436436

437437
type 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

450449
type VersionResponse struct {

0 commit comments

Comments
 (0)