We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e34622 + 59819f8 commit b1ad8e7Copy full SHA for b1ad8e7
backstop/src/contract.rs
@@ -103,7 +103,7 @@ pub trait Backstop {
103
/// * `to_remove` - The address of the pool to remove (Optional - Used if the reward zone is full)
104
///
105
/// ### Errors
106
- /// If the pool to remove has more tokens, or if distribution occurred in the last 48 hours
+ /// If the pool to remove has more tokens, or if distribute has not occured in the last hour
107
fn add_reward(e: Env, to_add: Address, to_remove: Option<Address>);
108
109
/// Remove a pool from the reward zone
0 commit comments