File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 250250 },
251251 "INVALID_TRANSACTION_NONCE" : {
252252 "code" : 52 ,
253- "message" : " Invalid transaction nonce"
253+ "message" : " Invalid transaction nonce" ,
254+ "data" : " Invalid transaction nonce of contract at address <ADDRESS>. Account nonce: <NONCE>; got: <PAYLOAD_NONCE>."
254255 },
255256 "INSUFFICIENT_RESOURCES_FOR_VALIDATE" : {
256257 "code" : 53 ,
301302 },
302303 "REPLACEMENT_TRANSACTION_UNDERPRICED" : {
303304 "code" : 64 ,
304- "message" : " Replacement transaction is underpriced" ,
305- "data" : " string"
305+ "message" : " Replacement transaction is underpriced"
306306 },
307307 "FEE_BELOW_MINIMUM" : {
308308 "code" : 65 ,
309- "message" : " Transcation Fee below minimum" ,
310- "data" : " string"
309+ "message" : " Transaction fee below minimum"
311310 }
312311 }
313312 }
You can’t perform that action at this time.
0 commit comments