From aa1e45168cf4bdd623800b4914ffc15ab909181e Mon Sep 17 00:00:00 2001 From: mohab Date: Tue, 26 Apr 2022 22:05:52 +0200 Subject: [PATCH] miscellaneous changes to lead circuit, major change replace point by coordinate, or sum of coordinate, fix typos... --- Cargo.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ef602672c..b5f35e83e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -318,11 +318,11 @@ path = "example/tx.rs" required-features = ["node"] [[example]] -<<<<<<< HEAD name = "zk" path = "example/zk.rs" required-features = ["crypto"] -======= + +[[example]] name = "gt" path = "example/gt.rs" required-features = ["node"] @@ -331,5 +331,3 @@ required-features = ["node"] name = "lead" path = "example/lead.rs" required-features = ["node"] - ->>>>>>> miscellaneous changes to lead circuit, major change replace point by coordinate, or sum of coordinate, fix typos...