Skip to content

Commit

Permalink
Merge pull request #204 from casper-ecosystem/aligning_with_casper_types
Browse files Browse the repository at this point in the history
Aligning client with recent changes of casper-types
  • Loading branch information
zajko authored Nov 25, 2024
2 parents 4f841da + 2efcb2f commit a71efe0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/cli/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,9 @@ pub fn make_transaction_builder(
public_key,
delegation_rate,
amount,
minimum_delegation_amount,
maximum_delegation_amount,
Some(minimum_delegation_amount),
Some(maximum_delegation_amount),
None, //TODO - fix this, CLI should handle this parameter
)?;
Ok(transaction_builder)
}
Expand Down

0 comments on commit a71efe0

Please sign in to comment.