diff --git a/block/fetcher/rpc_test.go b/block/fetcher/rpc_test.go index 3f770b64..ad2db690 100644 --- a/block/fetcher/rpc_test.go +++ b/block/fetcher/rpc_test.go @@ -70,6 +70,7 @@ func Test_TrxErrorEncode(t *testing.T) { TrxErrCode: TrxErr_InstructionError, detail: &InstructionError{ InstructionErrorCode: InstructionError_BorshIoError, + InstructionIndex: 1, detail: &BorshIoError{ Msg: "error.1", },