Skip to content

Commit 0835de9

Browse files
committed
Merge pull request #221 from ripple/transaction-updates
Transaction updates
2 parents 634e811 + 1a892d5 commit 0835de9

File tree

5 files changed

+1016
-749
lines changed

5 files changed

+1016
-749
lines changed

src/js/ripple/remote.js

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ function Remote(opts, trace) {
111111
this._should_connect = true;
112112

113113
this._submission_timeout = 1000 * (typeof opts.submission_timeout === 'number' ? opts.submission_timeout : 20);
114+
this._last_ledger_offset = (typeof opts.last_ledger_offset === 'number') ? opts.last_ledger_offset : 3;
114115

115116
this._received_tx = LRU({ max: 100 });
116117
this._cur_path_find = null;

0 commit comments

Comments
 (0)