From 56fb46cd69aaf5670a9d49c757d62382a325df59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Stuczy=C5=84ski?= Date: Wed, 16 Oct 2024 16:24:58 +0100 Subject: [PATCH] removed old coconut-bandwidth contract from the workspace --- contracts/Cargo.toml | 2 +- contracts/Makefile | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contracts/Cargo.toml b/contracts/Cargo.toml index 104d1357e4..b5e53222d6 100644 --- a/contracts/Cargo.toml +++ b/contracts/Cargo.toml @@ -1,7 +1,7 @@ [workspace] resolver = "2" members = [ - "coconut-bandwidth", + # "coconut-bandwidth", "coconut-dkg", "coconut-test", "ecash", diff --git a/contracts/Makefile b/contracts/Makefile index e9ff461be0..62b4abcf18 100644 --- a/contracts/Makefile +++ b/contracts/Makefile @@ -1,7 +1,7 @@ -schema: coconut-bandwidth-schema coconut-dkg-schema mixnet-schema vesting-schema multisig-schema group-schema ecash-schema +schema: coconut-dkg-schema mixnet-schema vesting-schema multisig-schema group-schema ecash-schema -coconut-bandwidth-schema: - $(MAKE) -C coconut-bandwidth generate-schema +#coconut-bandwidth-schema: +# $(MAKE) -C coconut-bandwidth generate-schema coconut-dkg-schema: $(MAKE) -C coconut-dkg generate-schema