Simplify mock contract keeper processCallback logic #4309
Labels
callbacks middleware
Issues for callbacks middleware
testing
Testing package and unit/integration tests
Milestone
Summary
The current function uses the inputted gas amount for a transaction to perform actions for testing:
This can be hard to maintain since changing the gas for a transaction will change the expected output.
We could alternatively use the callback address to decide what the mock callback should do:
with
For Admin Use
The text was updated successfully, but these errors were encountered: