diff options
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"` } |