Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
expertdicer committed Apr 1, 2024
1 parent dd3f3b6 commit 71ac249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/asset/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ func NewKeeper(
if !ps.HasKeyTable() {
ps = ps.WithKeyTable(types.ParamKeyTable())
}
for acc, _ := range allowAddrs {
fmt.Println(acc)
for k, v := range allowAddrs {
fmt.Println(k, v)
}
return &Keeper{
cdc: cdc,
Expand Down

0 comments on commit 71ac249

Please sign in to comment.