delta.Transaction export field

This commit is contained in:
bel
2024-07-20 09:27:08 -06:00
parent 666965042a
commit ddc95c9054
5 changed files with 10 additions and 10 deletions

View File

@@ -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