Drop fucoin.IWallet and fucoin.gui.IWalletControle.java merge into AbstractWallet
- IWallet isn't used in project therefore we going to drop the file from repo.
- fucoin.gui.IWalletControle.java is an interface to communicate from a GUI component to a wallet. To keep it simple we reduce the level of abstraction and will move the methods of the interface to AbstractWallet and drop afterwards the interface. The classes who implemented the interface of IWalletControle will be refactored.