Scripts: fix an outdated rpc call

This commit is contained in:
Vincent Botbol 2018-08-02 19:08:37 +02:00 committed by Grégoire Henry
parent 70afae4a81
commit 0d54c2038a
No known key found for this signature in database
GPG Key ID: 50D984F20BD445D2

View File

@ -494,8 +494,7 @@ run_shell() {
display_head() {
assert_node_uptodate
exec_docker tezos-client rpc get /chains/main/blocks/head
exec_docker tezos-client rpc get /chains/main/blocks/head/metadata/protocol_data/level
exec_docker tezos-client rpc get /chains/main/blocks/head/header
}
## Main ####################################################################