Fix prettier

This commit is contained in:
Fabio Berger
2018-09-25 12:06:28 +01:00
parent 55ca971186
commit 173b36c54c
2 changed files with 6 additions and 4 deletions

View File

@@ -4,11 +4,12 @@
"changes": [
{
"note":
"Fixes dropped events in subscriptions by fetching logs by blockHash instead of blockNumber. Support for fetching by blockHash was added in Geth > v1.8.13 and Parity > v2.1.0. Infura works too.",
"Fixes dropped events in subscriptions by fetching logs by blockHash instead of blockNumber. Support for fetching by blockHash was added in Geth > v1.8.13 and Parity > v2.1.0. Infura works too.",
"pr": 1080
},
{
"note": "Fix misunderstanding about blockstream interface callbacks and pass the raw JSON RPC responses to it",
"note":
"Fix misunderstanding about blockstream interface callbacks and pass the raw JSON RPC responses to it",
"pr": 1080
}
]