Skip to content

Commit

Permalink
Merge pull request #258 from yusufidimaina9989/master
Browse files Browse the repository at this point in the history
fix bug
  • Loading branch information
yusufidimaina9989 authored Apr 14, 2024
2 parents 3823e21 + ea590de commit 11a7f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to-test-a-contract.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ hashMessage(message: ByteString): ByteString {
You can now call this method like the following:

```ts
const message: ByteString = toByteString('hello world')
const message: ByteString = toByteString('hello world', true)
const hashRes: ByteString = instance.hashMessage(message)
```

Expand Down

0 comments on commit 11a7f8c

Please sign in to comment.