[BUG] disallow sends to internal modules
In handler_send, we reject if the recipient is the Asgard or Bond module: https://gitlab.com/thorchain/thornode/-/blob/develop/x/thorchain/handler_send.go#L58
We should also reject ModuleName (THORChain) and Reserve. These are special addresses which should only be interacted with via deposit msgs.
For example, someone sent 1 RUNE to the THORChain module back in the day: https://viewblock.io/thorchain/tx/C5045CD0DE8C2043DC38B1234347790FF3FDD08F588509C2FEDAF8CD71D5DCA0
https://thornode.ninerealms.com/thorchain/balance/module/thorchain
Edited by akrokr