diff options
author | Linus Nordberg <linus@nordberg.se> | 2022-04-29 15:23:41 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-04-29 22:07:01 +0200 |
commit | f3e418081703081d984e48e3ad2a7e98a6206bde (patch) | |
tree | 98a8fdcf3bde60cc77ac8de0e0e4cfd2c2cb909a /pkg/requests/requests.go | |
parent | 60131023dd5b3d28175d4cc5f7519086793482dd (diff) |
change verification_key to public_keyv0.0.7
Issue: #40
Diffstat (limited to 'pkg/requests/requests.go')
-rw-r--r-- | pkg/requests/requests.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/requests/requests.go b/pkg/requests/requests.go index 94b3130..7d7437d 100644 --- a/pkg/requests/requests.go +++ b/pkg/requests/requests.go @@ -15,7 +15,7 @@ type Leaf struct { ShardHint uint64 `ascii:"shard_hint"` Message types.Hash `ascii:"message"` Signature types.Signature `ascii:"signature"` - VerificationKey types.PublicKey `ascii:"verification_key"` + PublicKey types.PublicKey `ascii:"public_key"` DomainHint string `ascii:"domain_hint"` } |