From fed8f56d8babfccbeec735072180d07a00dc0a45 Mon Sep 17 00:00:00 2001 From: Alfred Liu Date: Tue, 24 Jul 2018 18:01:08 +0200 Subject: [PATCH] Finance: make fallback external (#404) See https://github.com/aragon/aragonOS/issues/327. --- apps/finance/contracts/Finance.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/finance/contracts/Finance.sol b/apps/finance/contracts/Finance.sol index 2a374ba9..48fbfb61 100644 --- a/apps/finance/contracts/Finance.sol +++ b/apps/finance/contracts/Finance.sol @@ -105,7 +105,7 @@ contract Finance is AragonApp { * @dev Sends ETH to Vault. Sends all the available balance. * @notice Allows to send ETH from this contract to Vault, to avoid locking them in contract forever. */ - function () isInitialized transitionsPeriod public payable { + function () external payable isInitialized transitionsPeriod { _recordIncomingTransaction( ETH, msg.sender,