Skip to content

Commit b99fbb0

Browse files
committed
reduce default min apy
1 parent b080969 commit b99fbb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bin/sys-lend.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
848848
.value_name("BPS")
849849
.takes_value(true)
850850
.validator(is_parsable::<u16>)
851-
.default_value("200")
851+
.default_value("100")
852852
.help("Skip rebalance if the APY improvement would be less than this amount of BPS")
853853
)
854854
.arg(

0 commit comments

Comments
 (0)