codechain-indexer
codechain-indexer copied to clipboard
Invalidate addressFilter if an address is not given
In src/routers/transactions.ts and src/routers/validator.ts, addressFilter can be truthy even if address is falsy.
The addressFilter field should be restricted by the address field.