From 267f38f4ac903c26d9c4b98556a9943a98e7fe7f Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Fri, 29 Jan 2016 19:12:05 +0100 Subject: Flag registered acc, move problem out of RoundTrip --- cmd/acme/config.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'cmd/acme/config.go') diff --git a/cmd/acme/config.go b/cmd/acme/config.go index 0addfaf..6ad4ca5 100644 --- a/cmd/acme/config.go +++ b/cmd/acme/config.go @@ -37,11 +37,11 @@ type provider struct { } type account struct { - Mail string - Phone string - KeySize int - Key string - pending bool + Mail string + Phone string + KeySize int + Key string + registered bool *acme.Account acme.Contacts } -- cgit v1.2.3