lib/universa/contract.rb in universa-0.1.4 vs lib/universa/contract.rb in universa-0.1.5

- old
+ new

@@ -10,11 +10,12 @@ super end # returns keys that will be used to sign this contract on next {seal}. # @return [Set<PrivateKey>] set of private keys - def signing_keys + def keys_to_sign_with get_keys_to_sign_with end + end end \ No newline at end of file