From eb9ea9e8a33d1304f7f6f62c58e5ab707f30c193 Mon Sep 17 00:00:00 2001 From: Wei Tang Date: Wed, 28 Oct 2020 09:28:36 +0100 Subject: [PATCH] pallet-treasury: remove non-existing dispatchables in docs (#7443) --- substrate/frame/treasury/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/substrate/frame/treasury/src/lib.rs b/substrate/frame/treasury/src/lib.rs index 43f9515f0a..1d9b312755 100644 --- a/substrate/frame/treasury/src/lib.rs +++ b/substrate/frame/treasury/src/lib.rs @@ -103,8 +103,6 @@ //! //! General spending/proposal protocol: //! - `propose_spend` - Make a spending proposal and stake the required deposit. -//! - `set_pot` - Set the spendable balance of funds. -//! - `configure` - Configure the module's proposal requirements. //! - `reject_proposal` - Reject a proposal, slashing the deposit. //! - `approve_proposal` - Accept the proposal, returning the deposit. //!