Created
November 17, 2017 12:32
-
-
Save sergeych/d7ececcf84d64577a523adfc66ce6744 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ time uniclient -k test1.private.unikey -c simple_root_contract.yml | |
Contract is sealed with 1 key(s) | |
Contract is saved to: simple_root_contract.unicon | |
Sealed contract size: 1417 | |
Sealed contract has no errors | |
Contract is valid | |
real 0m0.619s | |
user 0m0.768s | |
sys 0m0.067s | |
$ time uniclient --register simple_root_contract.unicon | |
registering the contract rcwGK5sbsJfTti8NEhV8IlTX4Hvo1yqp/I5PvVjfyC/QgOoayLX5h0rHyA2+Z7KNJRhhFPFjB+ii1xAc5pezsg from simple_root_contract.unicon | |
Network version: 2.2.6 | |
test: ItemResult<APPROVED 2017-11-17T12:42:04+01:00[Europe/Rome] (copy)> | |
submitted with result: | |
ItemResult<APPROVED 2017-11-17T12:42:04+01:00[Europe/Rome] (copy)> | |
real 0m1.604s | |
user 0m1.556s | |
sys 0m0.111s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment