mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add constraints correlating address(this).balance and msg.value
This commit is contained in:
@@ -2283,9 +2283,7 @@ void SMTEncoder::resetStorageVariables()
|
||||
|
||||
void SMTEncoder::resetBalances()
|
||||
{
|
||||
// TODO this should be changed to `balances` only
|
||||
// when `state` gets more members.
|
||||
state().newState();
|
||||
state().newBalances();
|
||||
}
|
||||
|
||||
void SMTEncoder::resetReferences(VariableDeclaration const& _varDecl)
|
||||
|
||||
Reference in New Issue
Block a user