bond to override lock limit
This commit is contained in:
@@ -94,3 +94,9 @@ uint256 REPUTATION_LOWERBOUND
|
||||
uint256 LOCKAMOUNT_UPPERBOUND
|
||||
```
|
||||
|
||||
### BOND_DIVISOR
|
||||
|
||||
```solidity
|
||||
uint256 BOND_DIVISOR
|
||||
```
|
||||
|
||||
|
||||
@@ -13,6 +13,7 @@ struct Lock {
|
||||
contract ERC20 token;
|
||||
address buyerAddress;
|
||||
address seller;
|
||||
bool bond;
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user