Skip to content

Commit d9cbcb5

Browse files
committed
chore: delete completed flag from transactions
1 parent c015875 commit d9cbcb5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/models/transaction.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,5 @@ type Transaction struct {
2020
DestinationAccount Account `json:"-"`
2121
EnvelopeID int `json:"envelopeId,omitempty"`
2222
Envelope Envelope `json:"-"`
23-
Completed bool `json:"completed"` // a completed transaction is present on the actual account
2423
Reconciled bool `json:"reconciled"`
2524
}

0 commit comments

Comments
 (0)