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
{{ message }}
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.
Billed CPU Time (130 Us) Is Greater Than The Maximum Billable CPU Time For The Transaction (13 Us)
{
"code":500
"message":"Internal Service Error"
"error":{
"code":3080004
"name":"tx_cpu_usage_exceeded"
"what":"Transaction exceeded the current CPU usage limit imposed on the transaction"
"details":[
0:{
"message":"billed CPU time (130 us) is greater than the maximum billable CPU time for the transaction (13 us)"
"file":"transaction_context.cpp"
"line_number":474
"method":"validate_account_cpu_usage"
}
]
can someone tell me how to resolve this error when making an EOS coin transfer.
The text was updated successfully, but these errors were encountered:
Billed CPU Time (130 Us) Is Greater Than The Maximum Billable CPU Time For The Transaction (13 Us)
{
"code":500
"message":"Internal Service Error"
"error":{
"code":3080004
"name":"tx_cpu_usage_exceeded"
"what":"Transaction exceeded the current CPU usage limit imposed on the transaction"
"details":[
0:{
"message":"billed CPU time (130 us) is greater than the maximum billable CPU time for the transaction (13 us)"
"file":"transaction_context.cpp"
"line_number":474
"method":"validate_account_cpu_usage"
}
]
can someone tell me how to resolve this error when making an EOS coin transfer.
The text was updated successfully, but these errors were encountered: