Skip to content
Snippets Groups Projects
Commit c64bd61e authored by Hugo Trentesaux's avatar Hugo Trentesaux
Browse files

review

parent d7171819
No related branches found
No related tags found
1 merge request!219automatically claim membership
Pipeline #35395 passed
// Copyright 2021 Axiom-Team
//
// This file is part of Substrate-Libre-Currency.
//
// Substrate-Libre-Currency is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
// the Free Software Foundation, version 3 of the License.
//
// Substrate-Libre-Currency is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>.
// no more membership calls
......@@ -20,7 +20,6 @@ pub mod balances;
pub mod cert;
pub mod distance;
pub mod identity;
pub mod membership;
pub mod oneshot;
#[subxt::subxt(
......
......@@ -15,7 +15,7 @@
// along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>.
// these integration tests aim to test fees and extrinsic-related externalities
// they do not work with runtim-benchmark because it has a different fees model
// they need constant-fees feature to work
mod common;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment