forked from cerc-io/plugeth
rpc: fix typo example code (#20284)
This commit is contained in:
parent
f8a95d996f
commit
9504c5c360
@ -73,7 +73,7 @@ An example server which uses the JSON codec:
|
||||
|
||||
calculator := new(CalculatorService)
|
||||
server := NewServer()
|
||||
server.RegisterName("calculator", calculator")
|
||||
server.RegisterName("calculator", calculator)
|
||||
|
||||
l, _ := net.ListenUnix("unix", &net.UnixAddr{Net: "unix", Name: "/tmp/calculator.sock"})
|
||||
for {
|
||||
|
Loading…
Reference in New Issue
Block a user