UT: Fix payment test.

This commit is contained in:
Arthur Britto
2012-12-11 21:23:56 -08:00
committed by Stefan Thomas
parent 9276c60403
commit 854904c51d

View File

@@ -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';