mirror of
https://github.com/muun/recovery.git
synced 2025-11-09 21:49:47 -05:00
Release v2.1.0
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user