Skip to content

Commit ff5479b

Browse files
committed
chore: fix typo
1 parent 8d87807 commit ff5479b

File tree

1 file changed

+1
-1
lines changed
  • substrate/bin/node/runtime/src

1 file changed

+1
-1
lines changed

substrate/bin/node/runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3071,7 +3071,7 @@ impl frame_support::traits::Get<AccountId> for InsuranceFundAccount {
30713071
}
30723072
}
30733073

3074-
/// Mock oracle adapter that provides a fixed price for noe.
3074+
/// Mock oracle adapter that provides a fixed price for now.
30753075
///
30763076
/// This adapter implements `ProvidePrice` with a hardcoded DOT price.
30773077
/// For production, replace this with a real oracle integration.

0 commit comments

Comments
 (0)