You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Description
Fixes#2975
# Changes
<!-- List of detailed changes (how the change is accomplished) -->
- [ ] ...
- [ ] ...
## How to test
<!--- Include details of how to test your changes, including any
pre-requisites. If no unit tests are included, please explain why and
how to test manually
1.
2.
3.
-->
<!--
## Related Issues
Fixes #
-->
Problem
Currently the function tries to find a single transaction hash for an auction, instead of multiple of them.
Suggested solution
Refactor the function and dependent code to potentially return a Vec of transaction hashes.
The text was updated successfully, but these errors were encountered: