Skip to content

Commit 2ebd93f

Browse files
committed
docs: up
1 parent 1b30d32 commit 2ebd93f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/pages/docs/actions/public/simulate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const abi = parseAbi([
6666
'function transferFrom(address, address, uint256) returns (bool)',
6767
])
6868

69-
const hash = await client.simulate({ // [!code focus:99]
69+
const result = await client.simulate({ // [!code focus:99]
7070
blocks: [{
7171
calls: [
7272
{

0 commit comments

Comments
 (0)