From f1f06ceca2c08f45e419b8e859b068e11f951a48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Stuczy=C5=84ski?= Date: Wed, 24 Jul 2024 09:11:01 +0100 Subject: [PATCH] fixed incorrect naming of the ecash contract lib --- contracts/ecash/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/contracts/ecash/Cargo.toml b/contracts/ecash/Cargo.toml index 51cc7a8d1b..477bfee0b4 100644 --- a/contracts/ecash/Cargo.toml +++ b/contracts/ecash/Cargo.toml @@ -11,7 +11,6 @@ name = "schema" required-features = ["schema-gen"] [lib] -name = "ecash_contract" crate-type = ["cdylib", "rlib"] [dependencies]