You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Note(sideninja): This is a temporary workaround until cadence defines canonical format addressing the issue https://github.com/onflow/flow-go-sdk/issues/286
// note(sideninja): This is a temporary workaround until cadence defines canonical format addressing the issue https://github.com/onflow/flow-go-sdk/issues/286
382
382
fori, arg:=ranget.Arguments {
383
-
ifarg[len(arg)-1] ==byte(10) { // extra new line character
383
+
iflen(arg) >0&&arg[len(arg)-1] ==byte(10) { // extra new line character
0 commit comments