cryptonote_utils: added unlock_time to create_tx call

pull/41/head
Paul Shapiro 6 years ago
parent ece0890bb8
commit 35c5839254

@ -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) {

Loading…
Cancel
Save