mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 12:17:58 +00:00
5a6f6d33d3
Add `Balances::force_adjust_total_issuance` as preparation for fixing https://github.com/polkadot-fellows/runtimes/issues/147. Important changes in `substrate/frame/balances/src/lib.rs`. TODO: - [x] Update weights --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: command-bot <> Co-authored-by: Bastian Köcher <git@kchr.de>
10 lines
265 B
Plaintext
10 lines
265 B
Plaintext
title: "Introduce `Balances::force_adjust_total_issuance`"
|
|
|
|
doc:
|
|
- audience: Runtime Dev
|
|
description: |
|
|
Introduce a root extrinsic to forcefully adjust the Total Issuance. Should only be used to fix historic errors.
|
|
|
|
crates:
|
|
- name: "pallet-balances"
|