File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
x/uexecutor/integration-test Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ func TestExecutePayload(t *testing.T) {
5858 GasLimit : "21000000" ,
5959 MaxFeePerGas : "1000000000" ,
6060 MaxPriorityFeePerGas : "200000000" ,
61- Nonce : "1 " ,
62- Deadline : "9999999999 " ,
61+ Nonce : "0 " ,
62+ Deadline : "0 " ,
6363 VType : uexecutortypes .VerificationType (0 ),
6464 }
6565
@@ -85,7 +85,7 @@ func TestExecutePayload(t *testing.T) {
8585 Signer : "cosmos1xpurwdecvsenyvpkxvmnge3cv93nyd34xuersef38pjnxen9xfsk2dnz8yek2drrv56qmn2ak9" ,
8686 UniversalAccountId : validUA ,
8787 UniversalPayload : validUP ,
88- VerificationData : "0x075bcd15 " ,
88+ VerificationData : "0x91987784d56359fa91c3e3e0332f4f0cffedf9c081eb12874a63b41d5b5e5c660dc827947c2ae26e658d0551ad4b2d2aa073d62691429a0ae239d2cc58055bf11c " ,
8989 }
9090
9191 _ , err = ms .ExecutePayload (ctx , msg )
You can’t perform that action at this time.
0 commit comments