Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
kannapoix committed Jul 11, 2024
1 parent 7917e58 commit 18c2a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ impl LndkOnionMessenger {

if !args.skip_version_check && !has_version(&version, None) {
error!(
"The LND version {} is not compatible with LNDK. Please updates to version {}.{}.{}-{}",
"The LND version {} is not compatible with LNDK. Please update to version {}.{}.{}-{}",
&version.version, MIN_LND_MAJOR_VER, MIN_LND_MINOR_VER, MIN_LND_PATCH_VER, MIN_LND_PRE_RELEASE_VER
);
return Err(());
Expand Down

0 comments on commit 18c2a1d

Please sign in to comment.