mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
UT: Fix payment test.
This commit is contained in:
@@ -692,7 +692,7 @@ Json::Value PathState::getJson() const
|
||||
jvPathState["out_pass"] = saOutPass.getJson(0);
|
||||
|
||||
if (uQuality)
|
||||
jvPathState["uQuality"] = Json::Value::UInt(uQuality);
|
||||
jvPathState["uQuality"] = boost::str(boost::format("%d") % uQuality);
|
||||
|
||||
return jvPathState;
|
||||
}
|
||||
|
||||
@@ -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