Skip to content

Commit

Permalink
feat(903): reword printl msg
Browse files Browse the repository at this point in the history
  • Loading branch information
asenslime committed Aug 11, 2023
1 parent 289b274 commit 8ebc2b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/token/native/create/cmd/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ func main() {
if err != nil {
panic(fmt.Errorf("failed to associate token to account: %w", err))
}
fmt.Printf("Account[%s] associate transaction status: %s\n", hAccount.String(), receipt.Status)
fmt.Printf("Account[%s] associated with token[%s], tx status: %s\n",
hAccount.String(), tokenId.String(), receipt.Status)
}
}

0 comments on commit 8ebc2b8

Please sign in to comment.