aboutsummaryrefslogtreecommitdiff
path: root/account.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-01-16 03:39:51 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-01-16 03:39:51 +0100
commite7174c090a23fe437d717d01fce44196305dea5f (patch)
treed6e2cf2d80e3ea7cad2cc55bc902af2beea3ecaa /account.go
parent5af20841fa5c341ea4d18c4c1e99946d12fffb08 (diff)
Experimantal
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) {