diff --git a/cryptonote_utils/cryptonote_utils.js b/cryptonote_utils/cryptonote_utils.js index 696b8de..2ed7aff 100644 --- a/cryptonote_utils/cryptonote_utils.js +++ b/cryptonote_utils/cryptonote_utils.js @@ -240,7 +240,7 @@ var cnUtil = function(currencyConfig) spend: ret.pub_spendKey_string, view: ret.pub_viewKey_string, intPaymentId: ret.paymentID_string, // may be undefined - isSubaddress: ret.isSubaddress + isSubaddress: ret_val_boolstring_to_bool(ret.isSubaddress) } };