Skip to content

Commit

Permalink
Don't re-export ExchangeRates twice. (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
abizjak authored Oct 30, 2023
1 parent 91daebe commit 673d092
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions concordium-std/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ use crate::{
};
use concordium_contracts_common::{AccountBalance, Amount, ParseError};
use core::{fmt, str::FromStr};
// Re-export for backward compatibility.
pub use concordium_contracts_common::ExchangeRates;

#[derive(Debug)]
/// A high-level map based on the low-level key-value store, which is the
Expand Down

0 comments on commit 673d092

Please sign in to comment.