aboutsummaryrefslogtreecommitdiff
path: root/account.go
diff options
context:
space:
mode:
Diffstat (limited to 'account.go')
-rw-r--r--account.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/account.go b/account.go
index 14368eb..75a5b1c 100644
--- a/account.go
+++ b/account.go
@@ -19,7 +19,6 @@ const KeySize = 2048
type Account struct {
key *rsa.PrivateKey
signer jose.Signer
- nonce chan string
}
func LoadAccount(fname string) (*Account, error) {