Skip to content

Commit

Permalink
Add new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenlu committed Apr 11, 2024
1 parent 5fa433c commit 2d43ca9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lightspark-crypto-go/signing.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,4 +273,4 @@ func toPairArray(array []internal.StringTuple) []Pair {
pairs = append(pairs, Pair{First: pair.First, Second: pair.Second})
}
return pairs
}
}
2 changes: 1 addition & 1 deletion lightspark-crypto-go/signing_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ func TestSignTransactions(t *testing.T) {

_, err := SignTransactions(seed, data, Regtest)
require.NoError(t, err, "Failed to sign transactions")
}
}

0 comments on commit 2d43ca9

Please sign in to comment.