Skip to content

Commit

Permalink
pink-extention: export driver
Browse files Browse the repository at this point in the history
  • Loading branch information
kvinwang committed Nov 16, 2023
1 parent 85cdf0d commit b1e73d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/pink/pink-extension/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use ink::env::{emit_event, topics::state::HasRemainingTopics, Environment, Topic
use ink::EnvAccess;
use scale::{Decode, Encode};

pub use pink_extension_macro::contract;
pub use pink_extension_macro::{contract, driver};

pub mod chain_extension;
pub use chain_extension::pink_extension_instance as ext;
Expand Down

0 comments on commit b1e73d1

Please sign in to comment.