diff --git a/src/js/remote.js b/src/js/remote.js index be7614bd..aff05c24 100644 --- a/src/js/remote.js +++ b/src/js/remote.js @@ -773,7 +773,7 @@ Remote.prototype.submit = function (transaction) { else { // Convert the transaction into a request and submit it. - (new Request(this, 'submit_json')) + (new Request(this, 'submit')) .build_path(transaction._build_path) .tx_json(transaction.tx_json) .secret(transaction._secret)