core: ServerCall.Blessings() -> ServerCall.GrantedBlessings().
MultiPart: 2/2
Change-Id: I4d1ee2d937d8e9becb6dab05e7b900981ba19e29
diff --git a/services/wsprd/app/app.go b/services/wsprd/app/app.go
index 57e15c5..f1e8bf3 100644
--- a/services/wsprd/app/app.go
+++ b/services/wsprd/app/app.go
@@ -383,7 +383,7 @@
return nil
}
func (l *localCall) Recv(interface{}) error { return nil }
-func (l *localCall) Blessings() security.Blessings { return security.Blessings{} }
+func (l *localCall) GrantedBlessings() security.Blessings { return security.Blessings{} }
func (l *localCall) Server() ipc.Server { return nil }
func (l *localCall) Context() *context.T { return l.ctx }
func (l *localCall) Timestamp() (t time.Time) { return }