From 854904c51d31a702c39b00d1453f819f1f7c2af5 Mon Sep 17 00:00:00 2001 From: Arthur Britto Date: Tue, 11 Dec 2012 21:23:56 -0800 Subject: [PATCH] UT: Fix payment test. --- src/js/remote.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/js/remote.js b/src/js/remote.js index 3f5be451..c5fa799d 100644 --- a/src/js/remote.js +++ b/src/js/remote.js @@ -1451,6 +1451,7 @@ Transaction.prototype._account_secret = function (account) { // .message_key() NYI // .transfer_rate() // .wallet_locator() NYI +// .wallet_size() NYI Transaction.prototype.account_set = function (src) { this._secret = this._account_secret(src); this.tx_json.TransactionType = 'AccountSet';