Skip to content

Commit 05af0be

Browse files
authored
corerction msg.
1 parent e60b5e8 commit 05af0be

File tree

1 file changed

+1
-1
lines changed
  • src/routes/(examples)/06-contract-deploy-another

1 file changed

+1
-1
lines changed

src/routes/(examples)/06-contract-deploy-another/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
return [await contract2.send(sender, { value: toNano(1) }, "identify")];
3838
},
3939
'"deploy 2nd" to 1': async () => {
40-
return [await contract.send(sender, { value: toNano(1) }, "deploy next")];
40+
return [await contract.send(sender, { value: toNano(1) }, "deploy 2nd")];
4141
},
4242
},
4343
getters: {},

0 commit comments

Comments
 (0)