aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet/service/revocation/rpc.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnunet/service/revocation/rpc.go')
-rw-r--r--src/gnunet/service/revocation/rpc.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gnunet/service/revocation/rpc.go b/src/gnunet/service/revocation/rpc.go
index 1b8ea12..7473def 100644
--- a/src/gnunet/service/revocation/rpc.go
+++ b/src/gnunet/service/revocation/rpc.go
@@ -18,10 +18,10 @@
18 18
19package revocation 19package revocation
20 20
21import "net/rpc" 21import "gnunet/service"
22 22
23//---------------------------------------------------------------------- 23//----------------------------------------------------------------------
24 24
25// InitRPC registers RPC commands for the module 25// InitRPC registers RPC commands for the module
26func (m *Module) InitRPC(srv *rpc.Server) { 26func (m *Module) InitRPC(srv *service.JRPCServer) {
27} 27}