Release v2.1.0

This commit is contained in:
Santiago Lezica
2021-03-17 15:28:04 -03:00
parent ff5c3ffdf1
commit 0255762ab4
63 changed files with 4699 additions and 708 deletions

View File

@@ -71,7 +71,7 @@ type BroadcastResponse struct {
type UnspentRef struct {
TxHash string `json:"tx_hash"`
TxPos int `json:"tx_pos"`
Value int `json:"value"`
Value int64 `json:"value"`
Height int `json:"height"`
}