Skip to content

Commit

Permalink
patch b75e133 (#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
karzak committed Mar 10, 2021
1 parent 0de3621 commit 3fdf88e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,7 @@ var (
}

// module accounts that are allowed to receive tokens
allowedReceivingModAcc = map[string]bool{
distr.ModuleName: true,
}
allowedReceivingModAcc = map[string]bool{}
)

// Verify app interface at compile time
Expand Down

0 comments on commit 3fdf88e

Please sign in to comment.