coinbase / mesh-specifications

Specification files for the Mesh Blockchain Standard
Apache License 2.0
324 stars 92 forks source link

Use `NetworkRequest` for `/mempool` #8

Closed patrick-ogrady closed 4 years ago

patrick-ogrady commented 4 years ago

Describe the bug All requests that only contain a NetworkIdentifier use a NetworkRequest, however, /mempool uses a one-off MempoolRequest.

Desired Fix Remove MempoolRequest and replace it with NetworkRequest.