From 60131023dd5b3d28175d4cc5f7519086793482dd Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 29 Apr 2022 15:21:33 +0200 Subject: change 'preimage' to 'message' Issue: #40 --- pkg/requests/requests.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/requests/requests.go') 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"` -- cgit v1.2.3