mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update soltest related tests.
This commit is contained in:
@@ -276,7 +276,7 @@ contract multiowned {
|
||||
// inheritable "property" contract that enables methods to be protected by placing a linear limit (specifiable)
|
||||
// on a particular resource per calendar day. is multiowned to allow the limit to be altered. resource that method
|
||||
// uses is specified in the modifier.
|
||||
contract daylimit is multiowned {
|
||||
abstract contract daylimit is multiowned {
|
||||
|
||||
// MODIFIERS
|
||||
|
||||
@@ -330,7 +330,7 @@ contract daylimit is multiowned {
|
||||
}
|
||||
|
||||
// interface contract for multisig proxy contracts; see below for docs.
|
||||
contract multisig {
|
||||
abstract contract multisig {
|
||||
|
||||
// EVENTS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user