Blockstream / electrs

An efficient re-implementation of Electrum Server in Rust
MIT License
324 stars 131 forks source link

fix blocks matching in rest.rs #29

Open gregdhill opened 3 years ago

gregdhill commented 3 years ago

Signed-off-by: Gregory Hill gregorydhill@outlook.com

Fixes an issue with url path pattern matching. Not sure what the exact cause is, likely some discrepancy with the version of nightly we use.

shesek commented 3 years ago

What was the issue that you were running into before this fix?