|
@ -91,7 +91,7 @@ function makeMockBridge(opts?: Opts): WalletBridge<*> { |
|
|
currency, |
|
|
currency, |
|
|
}) |
|
|
}) |
|
|
account.unit = currency.units[0] |
|
|
account.unit = currency.units[0] |
|
|
account.archived = true |
|
|
account.archived = false |
|
|
if (!unsubscribed) next(account) |
|
|
if (!unsubscribed) next(account) |
|
|
} |
|
|
} |
|
|
if (!unsubscribed) complete() |
|
|
if (!unsubscribed) complete() |
|
|