Skip to content

Commit d546407

Browse files
zzmmzz777tianzhao.li
andauthored
add missing field "updated_at" to multisig utxo struct (#37)
Co-authored-by: tianzhao.li <tianzhao.li@poolin.com>
1 parent 437339d commit d546407

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

multisigs.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ type MultisigUTXO struct {
2121
Memo string `json:"memo"`
2222
State string `json:"state"`
2323
CreatedAt time.Time `json:"created_at"`
24+
UpdatedAt time.Time `json:"updated_at"`
2425
SignedBy string `json:"signed_by"`
2526
SignedTx string `json:"signed_tx"`
2627
}

0 commit comments

Comments
 (0)