mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-19 19:55:51 +00:00
UT: Fix payment test.
This commit is contained in:
committed by
Stefan Thomas
parent
9276c60403
commit
854904c51d
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user