From 0b4946403c930bbcc516e644c743bc4c150dc2af Mon Sep 17 00:00:00 2001 From: Nate Maninger Date: Wed, 16 Oct 2024 18:25:44 -0700 Subject: [PATCH] wallet: add confirmations --- wallet/events.go | 1 + 1 file changed, 1 insertion(+) diff --git a/wallet/events.go b/wallet/events.go index c537a87..3ad5579 100644 --- a/wallet/events.go +++ b/wallet/events.go @@ -69,6 +69,7 @@ type ( Event struct { ID types.Hash256 `json:"id"` Index types.ChainIndex `json:"index"` + Confirmations uint64 `json:"confirmations"` Type string `json:"type"` Data EventData `json:"data"` MaturityHeight uint64 `json:"maturityHeight"`