Skip to content

Commit 554c4eb

Browse files
committed
Re-export error type
1 parent edf41e3 commit 554c4eb

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

packages/crypto/src/bls12_318/aggregate.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
use crate::{
2-
errors::{Aggregation, InvalidPoint},
3-
CryptoError,
4-
};
1+
use crate::{errors::Aggregation, CryptoError};
52

63
use super::points::{g1_from_fixed, g2_from_fixed, G1, G2};
74

packages/std/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ pub mod testing;
109109
pub use cosmwasm_core::CoreError as StdError;
110110
pub use cosmwasm_core::CoreResult as StdResult;
111111
pub use cosmwasm_core::{
112-
from_base64, from_hex, instantiate2_address, to_base64, to_hex, Addr,
112+
from_base64, from_hex, instantiate2_address, to_base64, to_hex, Addr, AggregationError,
113113
AggregationPairingEqualityError, Binary, CanonicalAddr, CheckedFromRatioError,
114114
CheckedMultiplyFractionError, CheckedMultiplyRatioError, CoinFromStrError, CoinsError,
115115
ConversionOverflowError, Decimal, Decimal256, Decimal256RangeExceeded, DecimalRangeExceeded,

0 commit comments

Comments
 (0)