From 245e6e0531ccc2f58b9324f72bb12420da598a67 Mon Sep 17 00:00:00 2001 From: Benjamin Wenger <ben@privategrity.com> Date: Sun, 24 Oct 2021 15:26:10 +0000 Subject: [PATCH] improved comments preimage.go --- bindings/preimage.go | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/preimage.go b/bindings/preimage.go index 99c034584..311736967 100644 --- a/bindings/preimage.go +++ b/bindings/preimage.go @@ -37,6 +37,7 @@ func (c *Client) GetPreimages(identity []byte) (string, error) { return string(marshaled), err } +// hack on getPreimages so it works on iOS per https://github.com/golang/go/issues/46893 func (c *Client) GetPreimagesHack(dummy string, identity []byte) (string, error) { iid := &id.ID{} -- GitLab