We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60bbf31 commit 91e1447Copy full SHA for 91e1447
contracts/stellar-multicall/src/lib.rs
@@ -14,7 +14,7 @@ mod tests;
14
15
cfg_if::cfg_if! {
16
if #[cfg(all(feature = "library", not(test)))] {
17
- pub use interface::{MulticallClientClient, MulticallInterface};
+ pub use interface::{MulticallClient, MulticallInterface};
18
} else {
19
mod contract;
20
0 commit comments