Skip to content

Commit 4832786

Browse files
committed
Mention key in the request
Signed-off-by: Simon Gellis <[email protected]>
1 parent 17d28fb commit 4832786

File tree

1 file changed

+2
-1
lines changed
  • doc-site/docs/tutorials/custom_contracts

1 file changed

+2
-1
lines changed

doc-site/docs/tutorials/custom_contracts/cardano.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,8 @@ Now that we've set everything up, let's prove it works by sending 1 ADA back to
274274
"fromAddress": "<wallet address you set up before>",
275275
"toAddress": "addr_test1vqeux7xwusdju9dvsj8h7mca9aup2k439kfmwy773xxc2hcu7zy99",
276276
"amount": 1000000
277-
}
277+
},
278+
"key": "<wallet address you set up before>"
278279
}
279280
```
280281

0 commit comments

Comments
 (0)