Remove bank module stub

This commit is contained in:
Aleksandr Bezobchuk 2018-10-24 09:45:55 -04:00
parent d017bc7de5
commit 3ff606fa9d

View File

@ -1,7 +0,0 @@
package bank
const (
// DenomEthereum defines the single coin type/denomination supported in
// Ethermint.
DenomEthereum = "ETH"
)