Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: strange behaviour with rc_limit #843

Open
1 task done
joticajulian opened this issue Oct 14, 2024 · 0 comments
Open
1 task done

[BUG]: strange behaviour with rc_limit #843

joticajulian opened this issue Oct 14, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@joticajulian
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

I submitted a transaction with an rc_limit of 62853830 and the chain thrown the error transaction reverted: insufficient rc.
I put it in a for loop to try it again with more limit. In the next iteration the rc_limit was 162853830 and this time the transaction was accepted. The curious thing is that the rc_used was just 33055636.

In summary,

rc_limit#1:  62853830 // failed with insufficient rc
rc_limit#2: 162853830 // OK
rc_used:     33055636

I don't understand why the first one failed knowing that it had enough rc_limit.

Expected behavior

No response

Steps to reproduce

No response

Environment

- OS:

Anything else?

No response

@joticajulian joticajulian added the bug Something isn't working label Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant