delta.Transaction export field
This commit is contained in:
@@ -37,7 +37,7 @@ func (files Files) Amend(old, now Delta) error {
|
||||
|
||||
var transaction transaction
|
||||
for _, xaction := range xactions {
|
||||
if xaction.name != old.transaction {
|
||||
if xaction.name != old.Transaction {
|
||||
continue
|
||||
}
|
||||
transaction = xaction
|
||||
|
||||
Reference in New Issue
Block a user