diff --git a/app/app.go b/app/app.go index f193a3185b..6b27109013 100644 --- a/app/app.go +++ b/app/app.go @@ -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