Skip to content

Commit

Permalink
spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
hanabi1224 committed Jul 16, 2024
1 parent 36c03a0 commit 92851f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .config/forest.dic
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ deserialize/D
destructuring
DNS
durations
EIP
enum
Enum
EOF
Expand All @@ -47,6 +48,7 @@ exa
FIL
Filecoin/M
Filops
FIP
FVM
GC
GiB
Expand Down
2 changes: 1 addition & 1 deletion src/eth/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use crate::{
},
};

/// Ethereum Improvement Proposals 1559 transaction type. This EIP changed Ethereum’s fee market mechanism.
/// Ethereum Improvement Proposals 1559 transaction type. This EIP changed Ethereum fee market mechanism.
/// Transaction type can have 3 distinct values:
/// - 0 for legacy transactions
/// - 1 for transactions introduced in EIP-2930
Expand Down

0 comments on commit 92851f2

Please sign in to comment.