Browse Source

add net feature to rpc module

ghassmo 4 years ago
parent
commit
7a883a3987
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Cargo.toml

+ 1 - 0
Cargo.toml

@@ -188,6 +188,7 @@ rpc = [
     "async-runtime",
     "websockets",
     "util",
+	"net",
 ]
 
 blockchain = [