Skip to content

Commit

Permalink
Fix: smart rollup accounts counting
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Oct 1, 2023
1 parent 56cf229 commit 4b4d2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/parsers/operations/sr_originate.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func (p SrOriginate) Parse(ctx context.Context, data noderpc.Operation, store pa
operation.Destination = smartRollup.Address
}

store.AddAccounts(operation.Destination, operation.Source)
store.AddAccounts(operation.Source)

return nil
}
Expand Down

0 comments on commit 4b4d2f2

Please sign in to comment.