codechain-indexer icon indicating copy to clipboard operation
codechain-indexer copied to clipboard

Invalidate addressFilter if an address is not given

Open cubistplay opened this issue 6 years ago • 0 comments

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.

cubistplay avatar Apr 15 '19 11:04 cubistplay