Skip to content

Commit

Permalink
last touches
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed Apr 25, 2024
1 parent 3e5febd commit 68441b3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
resolver = "2"
members = [
"node",
"pallets/*",
"runtime/*",
]

Expand Down
2 changes: 1 addition & 1 deletion runtime/regionx/src/impls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ impl ConversionToAssetBalance<Balance, AssetId, Balance> for TokenToNativeConver
type Error = DispatchError;

fn to_asset_balance(balance: Balance, asset_id: AssetId) -> Result<Balance, Self::Error> {
// NOTE: in the never version of the asset-rate pallet the `ConversionToAssetBalance`
// NOTE: in the newer version of the asset-rate pallet the `ConversionToAssetBalance`
// is implemented.
//
// However, that version is not matching with the rest of the versions we use, so we
Expand Down

0 comments on commit 68441b3

Please sign in to comment.