Skip to content

Commit

Permalink
Merge pull request maidsafe#2249 from grumbach/expose_reward_keu
Browse files Browse the repository at this point in the history
feat: expose rewards key in autonomi
  • Loading branch information
joshuef authored Oct 16, 2024
2 parents 203f60a + 93856ec commit 6878477
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autonomi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ mod self_encryption;
pub use sn_evm::get_evm_network_from_env;
pub use sn_evm::EvmNetwork;
pub use sn_evm::EvmWallet as Wallet;
pub use sn_evm::RewardsAddress;

#[doc(no_inline)] // Place this under 'Re-exports' in the docs.
pub use bytes::Bytes;
Expand Down

0 comments on commit 6878477

Please sign in to comment.