fix convention

This commit is contained in:
Ricardo Guilherme Schmidt 2018-11-16 02:58:18 -02:00
parent cb79d4f3e6
commit 5120e42cd1
No known key found for this signature in database
GPG Key ID: 3F95A3AD0B607030
1 changed files with 2 additions and 1 deletions

View File

@ -123,7 +123,8 @@ contract SNTController is TokenController, Owned, MessageSigned {
msgSigner,
msg.sender,
(21000 + startGas-gasleft()) * _gasPrice
)
),
"Gas transfer fail"
);
}