From 673d09236b40e4583e60b8aa2cd7b6849b1c6189 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Bizjak?= Date: Mon, 30 Oct 2023 13:15:13 +0100 Subject: [PATCH] Don't re-export ExchangeRates twice. (#356) --- concordium-std/src/types.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/concordium-std/src/types.rs b/concordium-std/src/types.rs index 7509e9a5..32522b5b 100644 --- a/concordium-std/src/types.rs +++ b/concordium-std/src/types.rs @@ -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