utreexo / utreexod

A fully validating Bitcoin node with Utreexo support
ISC License
90 stars 21 forks source link

electrum: handle batch rpc requests #179

Closed kcalvinalvin closed 5 months ago

kcalvinalvin commented 5 months ago

Some clients will send batched rpc requests. To handle this, we assume every request is a batched rpc request and fall back to unmarshalling as a single request when it errors.