From 3aac6e31c8538ddc8eb1a5c2bc7c4c7e1b77f3c4 Mon Sep 17 00:00:00 2001 From: son trinh Date: Tue, 8 Oct 2024 23:52:18 +0700 Subject: [PATCH 1/3] Update x/accounts/defaults/lockup/TUTORIAL.md Co-authored-by: Marko --- x/accounts/defaults/lockup/TUTORIAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/accounts/defaults/lockup/TUTORIAL.md b/x/accounts/defaults/lockup/TUTORIAL.md index 43cfc39457c2..06c0a8f567a7 100644 --- a/x/accounts/defaults/lockup/TUTORIAL.md +++ b/x/accounts/defaults/lockup/TUTORIAL.md @@ -23,7 +23,7 @@ simd keys add owner --keyring-backend test --home ./.testnets/node0/simd/ ## Init -Normally the granter must have enough token to grant to the lockup account during the lockup account init process. The owner wallet should be associated with the individual that the granter want to grant the fund to. +Normally the granter must have enough token to create to the lockup account during the lockup account init process. The owner wallet should be associated with the individual that the granter wants to create the lockup account for. Now, the granter can craft the lockup account init messages. This message depend on what type of lockup account the granter want to create. From 8fb86e4c0242aabe1566de19830d2f26ad7612db Mon Sep 17 00:00:00 2001 From: son trinh Date: Tue, 8 Oct 2024 23:52:58 +0700 Subject: [PATCH 2/3] Update x/accounts/defaults/lockup/TUTORIAL.md Co-authored-by: Julien Robert --- x/accounts/defaults/lockup/TUTORIAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/accounts/defaults/lockup/TUTORIAL.md b/x/accounts/defaults/lockup/TUTORIAL.md index 06c0a8f567a7..1cd05e83d93c 100644 --- a/x/accounts/defaults/lockup/TUTORIAL.md +++ b/x/accounts/defaults/lockup/TUTORIAL.md @@ -40,7 +40,7 @@ For continous, delayed, permanent locking account: ``` :::infor -*note: `start_time` is only needed for continous locking account init process. For the other two, you dont have to set it in. Error will returned if `start_time` is not provided when creating continous locking account* +`start_time` is only needed for continous locking account init process. For the other two, you dont have to set it in. Error will returned if `start_time` is not provided when creating continous locking account* :::
From 59fa516b18407498daff05afa60093220d7fcb54 Mon Sep 17 00:00:00 2001 From: son trinh Date: Tue, 8 Oct 2024 23:53:07 +0700 Subject: [PATCH 3/3] Update x/accounts/defaults/lockup/TUTORIAL.md Co-authored-by: Julien Robert --- x/accounts/defaults/lockup/TUTORIAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/accounts/defaults/lockup/TUTORIAL.md b/x/accounts/defaults/lockup/TUTORIAL.md index 1cd05e83d93c..24789bd21faa 100644 --- a/x/accounts/defaults/lockup/TUTORIAL.md +++ b/x/accounts/defaults/lockup/TUTORIAL.md @@ -39,7 +39,7 @@ For continous, delayed, permanent locking account: } ``` -:::infor +:::info `start_time` is only needed for continous locking account init process. For the other two, you dont have to set it in. Error will returned if `start_time` is not provided when creating continous locking account* :::