Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xcheck: ignore balance assertions from non-matching accounts
When using the xcheck plugin, currently, all balance assertions are copied over, even if a list of accounts is specified. This leads to errors if not all accounts used in balance assertions exist in both files. This PR changes that behavior and only copies over balance assertions that match one of the specified accounts (in case accounts are specified)
- Loading branch information