From 4551ac393f205f83db2e9d0faba54ed236e71400 Mon Sep 17 00:00:00 2001 From: Martin Stefcek <35243812+Cifko@users.noreply.github.com> Date: Wed, 21 Sep 2022 12:32:56 +0200 Subject: [PATCH] fix: ffi tests (#4713) Description --- Fix ffi cucumber test. How Has This Been Tested? --- Running ffi cucumber locally. --- integration_tests/helpers/ffi/ffiInterface.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration_tests/helpers/ffi/ffiInterface.js b/integration_tests/helpers/ffi/ffiInterface.js index bd01ec34c5..f4acec215b 100644 --- a/integration_tests/helpers/ffi/ffiInterface.js +++ b/integration_tests/helpers/ffi/ffiInterface.js @@ -356,6 +356,7 @@ class InterfaceFFI { this.ptr, this.ptr, this.ulonglong, + this.ptr, this.ulonglong, this.string, this.bool, @@ -1455,6 +1456,7 @@ class InterfaceFFI { ptr, destination, amount, + null, fee_per_gram, message, one_sided,