diff --git a/wtxmgr/query.go b/wtxmgr/query.go index 3abb734..b02a2ba 100644 --- a/wtxmgr/query.go +++ b/wtxmgr/query.go @@ -28,8 +28,8 @@ import ( // transaction. Further details may be looked up by indexing a wire.MsgTx.TxOut // with the Index field. type CreditRecord struct { - Index uint32 Amount btcutil.Amount + Index uint32 Spent bool Change bool }