Rebase
This commit is contained in:
@@ -23,6 +23,9 @@ type Contract struct {
|
||||
ContractInfos []ContractInfo
|
||||
}
|
||||
|
||||
const ContractStatusActive = "active"
|
||||
const ContractStatusPending = "pending"
|
||||
|
||||
func (Contract) Update() (bool, error) {
|
||||
return false, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user