Skip to content

Commit

Permalink
Typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
techlab-lainio committed Nov 17, 2021
1 parent dfee0a2 commit 33829d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain/chain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ func TestChallengeInvitee(t *testing.T) {
// method for Alice's Chain to let Alice proof that she controls the chain
assert.True(t, alice.Challenge(
func(d []byte) crypto.Signature {
// In realtime usage here we would send the d for Alice's signing
// In real world usage here we would send the d for Alice's signing
// over the network.
return alice.Sign(d)
},
Expand Down

0 comments on commit 33829d9

Please sign in to comment.