From 559b13b0c42a44eab3f12c3174999942345aeaa6 Mon Sep 17 00:00:00 2001 From: DenioD <41270280+DenioD@users.noreply.github.com> Date: Tue, 18 Feb 2020 22:15:16 +0100 Subject: [PATCH] fix checkpoint --- lib/src/lightclient/checkpoints.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/src/lightclient/checkpoints.rs b/lib/src/lightclient/checkpoints.rs index 7a6dee2..c768812 100644 --- a/lib/src/lightclient/checkpoints.rs +++ b/lib/src/lightclient/checkpoints.rs @@ -23,8 +23,9 @@ fn get_test_checkpoint(height: u64) -> Option<(u64, &'static str, &'static str) fn get_main_checkpoint(height: u64) -> Option<(u64, &'static str, &'static str)> { let checkpoints: Vec<(u64, &str, &str)> = vec![ - (170947, "0000000269bfc4db6f23aff43dba54afe20398018082cd8b5e90644257b5adc9", - "0000000269bfc4db6f23aff43dba54afe20398018082cd8b5e90644257b5adc9" + (177916, "0000000173fddfc716b3e7c904e3b271215df72e0af2dba7200257fec6aef2b5", + + "" ) ];