From f209232fbf3c822d6a7edb1f3f7de77e446e8cd8 Mon Sep 17 00:00:00 2001 From: harry Date: Wed, 19 Jul 2023 04:29:58 +0800 Subject: [PATCH] ci test --- src/ledger/src/store/api_cache.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ledger/src/store/api_cache.rs b/src/ledger/src/store/api_cache.rs index 465613efd..753d51cd4 100644 --- a/src/ledger/src/store/api_cache.rs +++ b/src/ledger/src/store/api_cache.rs @@ -144,7 +144,6 @@ impl ApiCache { /// Cache issuance records pub fn cache_issuance(&mut self, issuance: &IssueAsset) { let new_records = issuance.body.records.to_vec(); - macro_rules! save_issuance { ($maps: tt, $key: tt) => { #[allow(unused_mut)]