fix typo
This commit is contained in:
parent
623cc56c3e
commit
54441e56d3
|
@ -27,7 +27,7 @@ Example:
|
||||||
### Considerations
|
### Considerations
|
||||||
|
|
||||||
1. notifications are sent for current events and not for past events. If your use case
|
1. notifications are sent for current events and not for past events. If your use case
|
||||||
requires you not to miss any notifications than subscriptions are probably not the best
|
requires you not to miss any notifications then subscriptions are probably not the best
|
||||||
option.
|
option.
|
||||||
2. subscriptions require a full duplex connection. Geth offers such connections in the
|
2. subscriptions require a full duplex connection. Geth offers such connections in the
|
||||||
form of WebSocket and IPC (enabled by default).
|
form of WebSocket and IPC (enabled by default).
|
||||||
|
|
Loading…
Reference in New Issue