From f7bed1018534597e505e23b1952d9abca31a7927 Mon Sep 17 00:00:00 2001 From: Frank Date: Thu, 2 Jun 2022 11:52:53 -0700 Subject: [PATCH] change the last line in controllers (from number 0.1 to number 10000) to avoid the SyntaxError: Cannot convert 0.1 to a BigInt --- docs/showcase/showcase.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/showcase/showcase.md b/docs/showcase/showcase.md index ac56cb5..8ca9e80 100644 --- a/docs/showcase/showcase.md +++ b/docs/showcase/showcase.md @@ -185,7 +185,7 @@ $ cryptid document --as controlled $ cryptid balance --as controlled # Perform a transfer transaction from the controlled account, signing with the default account. -$ cryptid transfer me 0.1 --as controlled +$ cryptid transfer me 10000 --as controlled ``` Browse to the link provided to view your transaction on [explorer.identity.com](https://explorer.identity.com/)