Skip to content

Commit

Permalink
Merge pull request #1479 from eqlabs/fix-typo
Browse files Browse the repository at this point in the history
chore: fix typo in changelog
  • Loading branch information
CHr15F0x authored Nov 2, 2023
2 parents 7a37b67 + e7fafa3 commit 0594c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- RPC methods now uses an empty block for pending data if no viable pending data is present. Requests for pending data will no longer fail with `BlockNotFound` if there is no pending data available, but rather use an empty block on-top of the latest local block.
- RPC methods now use an empty block for pending data if no viable pending data is present. Requests for pending data will no longer fail with `BlockNotFound` if there is no pending data available, but rather use an empty block on-top of the latest local block.

### Fixed

Expand Down

0 comments on commit 0594c3f

Please sign in to comment.