aboutsummaryrefslogtreecommitdiff
path: root/pkg/types/proof.go
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus@mullvad.net>2022-05-21 20:31:09 +0200
committerRasmus Dahlberg <rasmus@mullvad.net>2022-06-21 19:46:54 +0200
commitbbd6591c4f87b3f2c3e870b6418c6234d90a82e6 (patch)
treeb28921823087f9bbdd8536cf536ec4d9301dd360 /pkg/types/proof.go
parent8d097316c0a12f14de4b9e27e1fe4c458c32f4b0 (diff)
go fmt
Diffstat (limited to 'pkg/types/proof.go')
-rw-r--r--pkg/types/proof.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/types/proof.go b/pkg/types/proof.go
index f2df332..dd136d6 100644
--- a/pkg/types/proof.go
+++ b/pkg/types/proof.go
@@ -9,7 +9,7 @@ import (
type InclusionProof struct {
TreeSize uint64
- LeafIndex uint64 `ascii:"leaf_index"`
+ LeafIndex uint64 `ascii:"leaf_index"`
Path []merkle.Hash `ascii:"inclusion_path"`
}