aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--RPC-PUB-SUB.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RPC-PUB-SUB.md b/RPC-PUB-SUB.md
index e02729c..bd801cc 100644
--- a/RPC-PUB-SUB.md
+++ b/RPC-PUB-SUB.md
@@ -1,6 +1,6 @@
# Introduction
-From version 1.4 geth has **_experimental_** support for pub/sub using subscriptions as defined in the JSON-RPC 2.0 specification. This allows clients to wait for events instead of polling for them.
+DEXON fullnode supports pub/sub using subscriptions as defined in the JSON-RPC 2.0 specification. This allows clients to wait for events instead of polling for them.
It works by subscribing to particular events. The node will return a subscription id. For each event that matches the subscription a notification with relevant data is send together with the subscription id.