Skip to content
Snippets Groups Projects
Commit 245e6e05 authored by Benjamin Wenger's avatar Benjamin Wenger
Browse files

improved comments preimage.go

parent 59513ba7
No related branches found
No related tags found
2 merge requests!67Release,!62Update preimage.go
...@@ -37,6 +37,7 @@ func (c *Client) GetPreimages(identity []byte) (string, error) { ...@@ -37,6 +37,7 @@ func (c *Client) GetPreimages(identity []byte) (string, error) {
return string(marshaled), err 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) { func (c *Client) GetPreimagesHack(dummy string, identity []byte) (string, error) {
iid := &id.ID{} iid := &id.ID{}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment