fixed payment_id_string key name in sendingFunds.spec.js

pull/82/head
Paul Shapiro 5 years ago
parent c0be7f8819
commit e2b6ac470c

@ -204,7 +204,7 @@ describe("sendingFunds tests", function()
}
coreBridge_instance.async__send_funds({
is_sweeping: is_sweeping,
payment_id: payment_id, // may be nil or undefined
payment_id_string: payment_id, // may be nil or undefined
sending_amount: is_sweeping ? 0 : sending_amount, // sending amount
from_address_string: from_address,
sec_viewKey_string: sec_viewKey_string,

Loading…
Cancel
Save