diff --git a/pkg/services/rpcsrv/server_test.go b/pkg/services/rpcsrv/server_test.go index 0b12a5d..5dc703f 100644 --- a/pkg/services/rpcsrv/server_test.go +++ b/pkg/services/rpcsrv/server_test.go @@ -3914,7 +3914,7 @@ func checkNep11TransfersAux(t *testing.T, e *executor, acc any, sent, rcvd []int ID: nfsoToken1ID, Address: testchain.PrivateKeyByID(1).Address(), // from priv1 Amount: "5", - Index: 21, + Index: 22, TxHash: txReceiveNFSO.Hash(), }, { @@ -3923,7 +3923,7 @@ func checkNep11TransfersAux(t *testing.T, e *executor, acc any, sent, rcvd []int ID: nfsoToken1ID, Address: "", // minting Amount: "100", - Index: 18, + Index: 19, TxHash: txMintNFSO.Hash(), }, { @@ -3932,7 +3932,7 @@ func checkNep11TransfersAux(t *testing.T, e *executor, acc any, sent, rcvd []int ID: nnsToken1ID, Address: "", // minting Amount: "1", - Index: 14, + Index: 15, TxHash: txRegisterNSRecordA.Hash(), }, },