Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/master' into gui-treasury-weight
  • Loading branch information
gui1117 committed Apr 27, 2020
commit 166efe583ad2a67fd10a1ca2c0b5eef58907aff6
5 changes: 5 additions & 0 deletions frame/treasury/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,13 @@ use frame_support::traits::{
use sp_runtime::{Permill, ModuleId, Percent, RuntimeDebug, traits::{
Zero, StaticLookup, AccountIdConversion, Saturating, Hash, BadOrigin
}};
<<<<<<< HEAD
use frame_support::weights::Weight;
use frame_support::traits::{Contains, ContainsLengthBound, EnsureOrigin};
=======
use frame_support::weights::{Weight, DispatchClass};
use frame_support::traits::{Contains, EnsureOrigin};
>>>>>>> origin/master
use codec::{Encode, Decode};
use frame_system::{self as system, ensure_signed, ensure_root};

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.