aboutsummaryrefslogtreecommitdiff
path: root/register.go
diff options
context:
space:
mode:
Diffstat (limited to 'register.go')
-rw-r--r--register.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/register.go b/register.go
index a66fa3f..f3fd1a9 100644
--- a/register.go
+++ b/register.go
@@ -22,7 +22,7 @@ type Registration struct {
CreatedAt *time.Time `json:"createdAt,omitempty"`
}
-func (p *Provider) Register(s Signer, c Contacts, agree func(string) bool) error {
+func (p *Provider) Register(s *Signer, c Contacts, agree func(string) bool) error {
// first step: new-reg
req := &Registration{
Resource: ResNewReg,