diff --git a/test-dapp/contracts/status/SNTController.sol b/test-dapp/contracts/status/SNTController.sol index 070c5a5..7da290b 100644 --- a/test-dapp/contracts/status/SNTController.sol +++ b/test-dapp/contracts/status/SNTController.sol @@ -123,7 +123,8 @@ contract SNTController is TokenController, Owned, MessageSigned { msgSigner, msg.sender, (21000 + startGas-gasleft()) * _gasPrice - ) + ), + "Gas transfer fail" ); }