Explorar el Código

add net feature to rpc module

ghassmo hace 4 años
padre
commit
7a883a3987
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Cargo.toml

+ 1 - 0
Cargo.toml

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