Skip to content

Commit

Permalink
Merge pull request RGB-WG#224 from nicbus/typo_now_not
Browse files Browse the repository at this point in the history
fix now -> not typo
  • Loading branch information
dr-orlovsky authored Jun 19, 2024
2 parents d2f99cf + 1c5b910 commit a7296e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/persistence/stock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ pub enum StockError<

#[from]
#[display(doc_comments)]
/// state for contract {0} is now known.
/// state for contract {0} is not known.
///
/// It may happen due to RGB standard library bug, or indicate internal
/// stash inconsistency and compromised stash data storage.
Expand Down

0 comments on commit a7296e3

Please sign in to comment.