From bb8caf91adc7da224a5dc9f09906c189287eb94d Mon Sep 17 00:00:00 2001 From: RutvikGhaskataEalf Date: Mon, 18 Nov 2024 12:04:55 +0530 Subject: [PATCH 1/2] fix: remove unused import in lottery template --- .../LotteryGameContract/test/Protobuf/reference/acs12.proto | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/LotteryGameContract/test/Protobuf/reference/acs12.proto b/templates/LotteryGameContract/test/Protobuf/reference/acs12.proto index e6ead4b..7edce8a 100644 --- a/templates/LotteryGameContract/test/Protobuf/reference/acs12.proto +++ b/templates/LotteryGameContract/test/Protobuf/reference/acs12.proto @@ -10,7 +10,6 @@ package acs12; import public "aelf/options.proto"; import public "google/protobuf/empty.proto"; import public "google/protobuf/wrappers.proto"; -import "aelf/core.proto"; option (aelf.identity) = "acs12"; option csharp_namespace = "AElf.Standards.ACS12"; From 9a780945ec00a9744b73a9a4e26f79dd98fd44a4 Mon Sep 17 00:00:00 2001 From: RutvikGhaskataEalf Date: Mon, 18 Nov 2024 12:05:53 +0530 Subject: [PATCH 2/2] fix: remove unused import in lottery template --- templates/LotteryGameContract/src/Protobuf/reference/acs12.proto | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/LotteryGameContract/src/Protobuf/reference/acs12.proto b/templates/LotteryGameContract/src/Protobuf/reference/acs12.proto index e6ead4b..7edce8a 100644 --- a/templates/LotteryGameContract/src/Protobuf/reference/acs12.proto +++ b/templates/LotteryGameContract/src/Protobuf/reference/acs12.proto @@ -10,7 +10,6 @@ package acs12; import public "aelf/options.proto"; import public "google/protobuf/empty.proto"; import public "google/protobuf/wrappers.proto"; -import "aelf/core.proto"; option (aelf.identity) = "acs12"; option csharp_namespace = "AElf.Standards.ACS12";