Skip to content

Commit

Permalink
fix: incorrect version in error
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
shumkov and coderabbitai[bot] authored Jan 15, 2025
1 parent ddcaa5b commit b4efd0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ impl Drive {
),
version => Err(Error::Drive(DriveError::UnknownVersionMismatch {
method: "add_prefunded_specialized_balance_operations".to_string(),
known_versions: vec![0],
known_versions: vec![0, 1],
received: version,
})),
}
Expand Down

0 comments on commit b4efd0f

Please sign in to comment.