mirror of
https://github.com/Xahau/xahau.js.git
synced 2026-08-23 00:20:52 +00:00
Avoid circular JSON stringification during transactionmanager trace
This commit is contained in:
@@ -194,7 +194,7 @@ TransactionManager.prototype._resubmit = function(waitLedgers, pending) {
|
||||
} else {
|
||||
while (self._sequenceCache[pending.tx_json.Sequence]) {
|
||||
//Sequence number has been consumed by another transaction
|
||||
self._remote._trace('transactionmanager: incrementing sequence: %s', pending);
|
||||
self._remote._trace('transactionmanager: incrementing sequence: %s', pending.tx_json);
|
||||
pending.tx_json.Sequence += 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user