removed receive() function from exchangeRate.sol

This commit is contained in:
Thrilok Kumar 2020-09-28 13:43:59 +05:30
parent ebfb2b7a03
commit 1bebad05cd

View File

@ -13,6 +13,4 @@ contract LogicOne {
PoolInterface(address(this)).setExchangeRate();
}
receive() external payable {}
}