mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-06-04 21:29:01 -04:00
Refactor recursive function to loop
This should get rid of the ever-growing stack size issue.
This commit is contained in:
parent
fc175a3f53
commit
c5827f84ca
5 changed files with 80 additions and 137 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -127,4 +127,3 @@ jobs:
|
|||
run: cargo test --package swap --all-features --test ${{ matrix.test_name }} ""
|
||||
env:
|
||||
MONERO_ADDITIONAL_SLEEP_PERIOD: 60000
|
||||
RUST_MIN_STACK: 16777216 # 16 MB. Default is 8MB. This is fine as in tests we start 2 programs: Alice and Bob.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue