satoru
satoru copied to clipboard
fix: global_reentrancy_guard duplicate exchange_router and Handler
Fix duplicate global_reentrancy_guard
Pull Request type
- Bugfix
- Testing
What is the current behavior?
-
ReentrancyGuard: reentrant call
when create_order, cancel_order, simulate_execute_order, create_deposit, cancel_deposit, simulate_execute_deposit, create_withdrawal, cancel_withdrawal, simulate_execute_withdrawal
Resolves: #624
What is the new behavior?
- Able to create + cancel + simulate order, deposit, withdrawal
Does this introduce a breaking change?
No