diff options
author | Linus Nordberg <linus@nordberg.se> | 2022-04-29 15:21:33 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-04-29 22:07:01 +0200 |
commit | 60131023dd5b3d28175d4cc5f7519086793482dd (patch) | |
tree | 5685b8b8c3342fb24e1ae8c033267a2c27ba6ce4 /pkg/requests/requests.go | |
parent | 8db1fdd6b372dab210a77f3c0d48d9deebfe5da3 (diff) |
change 'preimage' to 'message'
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 bb63de0..94b3130 100644 --- a/pkg/requests/requests.go +++ b/pkg/requests/requests.go @@ -13,7 +13,7 @@ import ( type Leaf struct { ShardHint uint64 `ascii:"shard_hint"` - Preimage types.Hash `ascii:"preimage"` + Message types.Hash `ascii:"message"` Signature types.Signature `ascii:"signature"` VerificationKey types.PublicKey `ascii:"verification_key"` DomainHint string `ascii:"domain_hint"` |