pallet-treasury: remove non-existing dispatchables in docs (#7443)

This commit is contained in:
Wei Tang
2020-10-28 09:28:36 +01:00
committed by GitHub
parent 05af334bbc
commit eb9ea9e8a3
-2
View File
@@ -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.
//!