Fetch consensusBranchId from server

This commit is contained in:
Aditya Kulkarni
2019-09-25 17:45:25 -07:00
parent 3479dc345a
commit c1432a3810
4 changed files with 19 additions and 41 deletions

View File

@@ -55,6 +55,7 @@ pub fn main() {
server,
chain_name : info.chain_name,
sapling_activation_height : info.sapling_activation_height,
consensus_branch_id : info.consensus_branch_id,
};
let lightclient = match LightClient::new(seed, &config) {