mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 12:15:51 +00:00
[FIX] fix test and do not set tx_json.Fee in maxFee method
This commit is contained in:
@@ -502,7 +502,6 @@ Transaction.prototype.lastLedger = function(sequence) {
|
||||
Transaction.prototype.maxFee = function(fee) {
|
||||
if (typeof fee === 'number' && fee >= 0) {
|
||||
this._setMaxFee = true;
|
||||
this.tx_json.Fee = String(fee);
|
||||
this._maxFee = fee;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user