Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
Co-authored-by: beep <beepdeepor@gmail.com>
  • Loading branch information
sontrinh16 and beepdeepor authored Oct 9, 2024
1 parent c026d0c commit 2651c87
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions x/accounts/defaults/lockup/TUTORIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Normally the creator must have enough token to grant to the lockup account durin
Now, the creator can craft the lockup account init messages. This message depend on what type of lockup account the creator want to create.
For continous, delayed, permanent locking account:

```go
```json
{
"owner": "cosmos1vaqh39cdex9sgr69ef0tdln5cn0hdyd3s0lx45",
"end_time": 1495793860
Expand All @@ -44,7 +44,7 @@ For continous, delayed, permanent locking account:

For periodic locking account:

```go
```json
{
"owner": "cosmos1vaqh39cdex9sgr69ef0tdln5cn0hdyd3s0lx45",
"locking_periods": [
Expand Down Expand Up @@ -107,7 +107,7 @@ The execute message type url for this execution is `cosmos.accounts.defaults.loc

Example of json file:

```go
```json
{
"sender": "cosmos1vaqh39cdex9sgr69ef0tdln5cn0hdyd3s0lx45",
"validator_address": "cosmosvaloper1vaqh39cdex9sgr69ef0tdln5cn0hdyd3s0lx45",
Expand All @@ -128,7 +128,7 @@ The execute message type url for this execution is `cosmos.accounts.defaults.loc

Example of json file:

```go
```json
{
"sender": "cosmos1vaqh39cdex9sgr69ef0tdln5cn0hdyd3s0lx45",
"validator_address": "cosmosvaloper1vaqh39cdex9sgr69ef0tdln5cn0hdyd3s0lx45",
Expand All @@ -149,7 +149,7 @@ The execute message type url for this execution is `cosmos.accounts.defaults.loc

Example of json file:

```go
```json
{
"sender": "cosmos1vaqh39cdex9sgr69ef0tdln5cn0hdyd3s0lx45",
"validator_address": "cosmosvaloper1vaqh39cdex9sgr69ef0tdln5cn0hdyd3s0lx45",
Expand All @@ -166,7 +166,7 @@ The execute message type url for this execution is `cosmos.accounts.defaults.loc

Example of json file:

```go
```json
{
// lockup account owner address
"withdrawer": "cosmos1vaqh39cdex9sgr69ef0tdln5cn0hdyd3s0lx46",
Expand All @@ -186,7 +186,7 @@ The execute message type url for this execution is `cosmos.accounts.defaults.loc

Example of json file:

```go
```json
{
"sender": "cosmos1vaqh39cdex9sgr69ef0tdln5cn0hdyd3s0lx45",
"to_address": "cosmos1vaqh39cdex9sgr69ef0tdln5cn0hdyd3s0lx46",
Expand Down

0 comments on commit 2651c87

Please sign in to comment.