fix convention
This commit is contained in:
parent
cb79d4f3e6
commit
5120e42cd1
|
@ -123,7 +123,8 @@ contract SNTController is TokenController, Owned, MessageSigned {
|
||||||
msgSigner,
|
msgSigner,
|
||||||
msg.sender,
|
msg.sender,
|
||||||
(21000 + startGas-gasleft()) * _gasPrice
|
(21000 + startGas-gasleft()) * _gasPrice
|
||||||
)
|
),
|
||||||
|
"Gas transfer fail"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue