The top (only) answer states, with reference to the relevant documentation: "If the contract is meant to receive Ether with simple transfers, you should implement the fallback function as: function() payable { }".
– Richard HorrocksMay 27 '18 at 20:45
Documentation is here: https://solidity.readthedocs.io/en/latest/contracts.html?highlight=fallback#fallback-function
– Richard HorrocksMay 27 '18 at 20:47
function() payable { }". – Richard Horrocks May 27 '18 at 20:45