Skip to content

Commit 12af81b

Browse files
committed
fixed export abi feature
1 parent ee56a8a commit 12af81b

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

target_chains/stylus/Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

target_chains/stylus/contracts/wormhole/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ version = "0.0.1"
88
[features]
99
default = []
1010
std = []
11+
export-abi = ["stylus-sdk/export-abi"]
1112

1213
[dependencies]
1314
stylus-sdk.workspace = true

target_chains/stylus/contracts/wormhole/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ mod tests {
538538
use alloc::vec;
539539
use motsu::prelude::DefaultStorage;
540540
use core::str::FromStr;
541-
use libsecp256k1::{sign, Message, SecretKey};
541+
use libsecp256k1::{sign, Message, SecretKey, PublicKey};
542542
use stylus_sdk::alloy_primitives::keccak256;
543543
use base64::engine::general_purpose;
544544
use base64::Engine;

0 commit comments

Comments
 (0)