
the image above should have described the issue clearly.
well, i'm not quite familiar with rust grammar, i guess this line (cita-cli/src/cli/contract_command.rs) should be modified:
("admin", Some(m)) => AdminClient::create(client).admin(m.value_of("height")),
make the return value remove the prefix 00000..., maybe some method named wrap()?

the image above should have described the issue clearly. well, i'm not quite familiar with rust grammar, i guess this line (cita-cli/src/cli/contract_command.rs) should be modified:make the return value remove the prefix 00000..., maybe some method named wrap()?