From 959c8bb59c64bc088c952587e5ad2eb408584132 Mon Sep 17 00:00:00 2001 From: Martin Stefcek Date: Wed, 21 Sep 2022 11:55:43 +0200 Subject: [PATCH] fix: ffi tests --- 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,