Update soltest related tests.

This commit is contained in:
Alexander Arlt
2019-11-01 14:54:47 -05:00
parent 54c5e604e5
commit e87924a96e
6 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -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