Skip to content

Commit

Permalink
fix: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
YarikRevich committed Nov 2, 2024
1 parent c71cfe9 commit a8bf594
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wasmsdk/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ func main() {
if len(err) > 0 && !err[0].IsNull() {
return "", errors.New("sign: " + err[0].String())
}

fmt.Println(c.Keys[0].PrivateKey, result[0].String(), "RESULT")

return result[0].String(), nil
}

Expand Down

0 comments on commit a8bf594

Please sign in to comment.