Skip to content

Commit b1ad8e7

Browse files
authored
Merge pull request #51 from blend-capital/fix-trait-comment
chore: fix comment for add_reward
2 parents 2e34622 + 59819f8 commit b1ad8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backstop/src/contract.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ pub trait Backstop {
103103
/// * `to_remove` - The address of the pool to remove (Optional - Used if the reward zone is full)
104104
///
105105
/// ### Errors
106-
/// If the pool to remove has more tokens, or if distribution occurred in the last 48 hours
106+
/// If the pool to remove has more tokens, or if distribute has not occured in the last hour
107107
fn add_reward(e: Env, to_add: Address, to_remove: Option<Address>);
108108

109109
/// Remove a pool from the reward zone

0 commit comments

Comments
 (0)