mirror of
https://github.com/Xahau/xahau.js.git
synced 2026-08-23 00:20:52 +00:00
Proper max_fee comparison
This commit is contained in:
@@ -351,7 +351,7 @@ TransactionManager.prototype.submit = function(tx) {
|
||||
tx.emit('error', new RippleError('tejAbort', 'Transaction aborted'));
|
||||
});
|
||||
|
||||
var fee = tx.tx_json.Fee;
|
||||
var fee = Number(tx.tx_json.Fee);
|
||||
var remote = this.remote;
|
||||
|
||||
if (!tx._secret && !tx.tx_json.TxnSignature) {
|
||||
|
||||
Reference in New Issue
Block a user