Skip to content

Commit

Permalink
update for 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Nov 16, 2023
1 parent bb95245 commit 4577e71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/stable-asset/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ impl pallet_balances::Config for Test {
type WeightInfo = ();
type MaxReserves = ();
type ReserveIdentifier = ();
type RuntimeHoldReason = ();
type RuntimeHoldReason = RuntimeHoldReason;
type RuntimeFreezeReason = RuntimeFreezeReason;
type FreezeIdentifier = ();
type MaxHolds = ();
type MaxFreezes = ();
Expand Down

0 comments on commit 4577e71

Please sign in to comment.