Skip to content

Commit 78aa730

Browse files
committed
Merge branch 'release/0.6.1'
2 parents 6f39fd1 + 5538b4c commit 78aa730

File tree

17 files changed

+755
-297
lines changed

17 files changed

+755
-297
lines changed

Cargo.lock

Lines changed: 344 additions & 177 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frame/balances/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Balances Module
1+
# Balances Pallet
22

33
The Balances module provides functionality for handling accounts and balances.
44

55
- [`balances::Trait`](https://docs.rs/pallet-balances/latest/pallet_balances/trait.Trait.html)
66
- [`Call`](https://docs.rs/pallet-balances/latest/pallet_balances/enum.Call.html)
7-
- [`Module`](https://docs.rs/pallet-balances/latest/pallet_balances/struct.Module.html)
7+
- [`Pallet`](https://docs.rs/pallet-balances/latest/pallet_balances/struct.Pallet.html)
88

99
## Overview
1010

frame/balances/src/benchmarking.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ use frame_system::RawOrigin;
2525
use frame_benchmarking::{benchmarks_instance_pallet, account, whitelisted_caller, impl_benchmark_test_suite};
2626
use sp_runtime::traits::Bounded;
2727

28-
use crate::Module as Balances;
28+
use crate::Pallet as Balances;
2929

3030
const SEED: u32 = 0;
3131
// existential deposit multiplier

0 commit comments

Comments
 (0)