From 35c5839254771e1a56f87e2aebc574db81f21769 Mon Sep 17 00:00:00 2001 From: Paul Shapiro Date: Tue, 28 Aug 2018 19:18:05 -0400 Subject: [PATCH] cryptonote_utils: added unlock_time to create_tx call --- cryptonote_utils/cryptonote_utils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cryptonote_utils/cryptonote_utils.js b/cryptonote_utils/cryptonote_utils.js index 4ff8cdf..5cf5314 100644 --- a/cryptonote_utils/cryptonote_utils.js +++ b/cryptonote_utils/cryptonote_utils.js @@ -516,6 +516,7 @@ var cnUtil = function(currencyConfig) fee_amount: fee_amount.toString(), outputs: sanitary__outputs, mix_outs: sanitary__mix_outs, + unlock_time: "" + unlock_time, // bridge is expecting a string nettype_string: nettype_utils.nettype_to_API_string(nettype) }; if (typeof payment_id !== "undefined" && payment_id) {