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

- old
+ new

@@ -5,10 +5,10 @@ remote_class "com.icodici.universa.contract.Contract" # seal the contract # @return [String] contract packed to the binary string def seal - @proxy.seal() + 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 \ No newline at end of file