mirror of
https://github.com/Instadapp/smart-contract.git
synced 2024-07-29 22:08:07 +00:00
few small edits
This commit is contained in:
parent
16bb9abc6e
commit
43f37b0b0e
|
@ -608,17 +608,7 @@ contract Bridge is CompoundResolver {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
contract InstaBridge is Bridge {
|
contract InstaMakerCompBridge is Bridge {
|
||||||
|
|
||||||
uint public version;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @dev setting up variables on deployment
|
|
||||||
* 1...2...3 versioning in each subsequent deployments
|
|
||||||
*/
|
|
||||||
constructor(uint _version) public {
|
|
||||||
version = _version;
|
|
||||||
}
|
|
||||||
|
|
||||||
function() external payable {}
|
function() external payable {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user