There was an error while loading. Please reload this page.
1 parent 22ab3d8 commit 8ed5501Copy full SHA for 8ed5501
1 file changed
packages/neuron-wallet/src/controllers/transactions.ts
@@ -33,7 +33,7 @@ export default class TransactionsController {
33
34
const addresses = (await AddressesService.allAddressesByWalletId(walletID)).map(addr => addr.address)
35
36
- const transactions = await TransactionsService.getAllByAddresses({ pageNo, pageSize, addresses }, keywords)
+ const transactions = await TransactionsService.getAllByAddresses({ pageNo, pageSize, addresses }, keywords.trim())
37
38
if (!transactions) {
39
throw new ServiceHasNoResponse('Transactions')
0 commit comments