Skip to content

Commit

Permalink
resolve comments from the review
Browse files Browse the repository at this point in the history
  • Loading branch information
Roznovjak committed Jun 18, 2024
1 parent a2dbc77 commit f8ac85a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/hydradx/src/governance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ impl pallet_treasury::Config for Runtime {
#[cfg(feature = "runtime-benchmarks")]
type SpendOrigin =
frame_system::EnsureWithSuccess<EnsureRoot<AccountId>, AccountId, crate::benches::BenchmarkMaxBalance>;
type AssetKind = (); // support only the native currency
type AssetKind = (); // set to () to support only the native currency
type Beneficiary = AccountId;
type BeneficiaryLookup = IdentityLookup<AccountId>;
type Paymaster = PayFromTreasuryAccount;
Expand Down
1 change: 1 addition & 0 deletions runtime/hydradx/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -774,6 +774,7 @@ impl_runtime_apis! {

fn reserve_transferable_asset_and_dest() -> Option<(Asset, Location)> {
// TODO: https://github.com/galacticcouncil/HydraDX-node/issues/840
// fix it in next upgrade > 1.7.2
None
}
}
Expand Down

0 comments on commit f8ac85a

Please sign in to comment.