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 {
|
||||
|
||||
uint public version;
|
||||
|
||||
/**
|
||||
* @dev setting up variables on deployment
|
||||
* 1...2...3 versioning in each subsequent deployments
|
||||
*/
|
||||
constructor(uint _version) public {
|
||||
version = _version;
|
||||
}
|
||||
contract InstaMakerCompBridge is Bridge {
|
||||
|
||||
function() external payable {}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user