mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix tests regarding contract type conversion.
This commit is contained in:
committed by
Alex Beregszaszi
parent
c8232d9759
commit
b800bfb021
@@ -259,7 +259,7 @@ contract schelling is module, announcementTypes, schellingVars {
|
||||
db = schellingDB(_db);
|
||||
super.registerModuleHandler(_moduleHandler);
|
||||
if ( ! _forReplace ) {
|
||||
require( db.replaceOwner(this) );
|
||||
require( db.replaceOwner(address(this)) );
|
||||
}
|
||||
}
|
||||
function configure(announcementType a, uint256 b) external returns(bool) {
|
||||
|
||||
Reference in New Issue
Block a user