Fix: open tx from recent transactions
This commit is contained in:
parent
e7e89a32bf
commit
cccc9da5c8
1 changed files with 1 additions and 1 deletions
|
|
@ -457,7 +457,7 @@ angular.module('copayApp.services').factory('walletService', function($log, $tim
|
||||||
// do not sync all history, just looking for a single TX.
|
// do not sync all history, just looking for a single TX.
|
||||||
if (opts.limitTx) {
|
if (opts.limitTx) {
|
||||||
|
|
||||||
foundLimitTx = lodash.find(txsFromLocal, {
|
foundLimitTx = lodash.find(newTxs, {
|
||||||
txid: opts.limitTx,
|
txid: opts.limitTx,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue