Skip to content

Commit

Permalink
runtime-sdk: Put explicit rewards pool address in the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
matevz committed Sep 22, 2023
1 parent e57d909 commit a80892d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime-sdk/src/modules/rewards/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ pub struct Module<Accounts: modules::accounts::API> {
}

/// Module's address that has the reward pool.
///
/// oasis1qp7x0q9qahahhjas0xde8w0v04ctp4pqzu5mhjav
pub static ADDRESS_REWARD_POOL: Lazy<Address> =
Lazy::new(|| Address::from_module(MODULE_NAME, "reward-pool"));

Expand Down

0 comments on commit a80892d

Please sign in to comment.