Closed TAdev0 closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
raito | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 15, 2024 5:23pm |
I curiously have the 2 first integration tests failing with
tests/data/full_169.json — Panicked with 'Negative fee (output 5000000000 > input 0)'
tests/data/full_757738.json — Panicked with 'Negative fee (output 625107042 > input 0)'
all other are passing. Trying to understand as my code isnt supposd to impact fee
update: found out the bug, was using let mut i = 0
while there was already a loop over a i
variable defined in the outter scope. Using j
instead solved the issue
@maciejka @m-kus ready for final review!