Skip to content

Commit

Permalink
fix changelog entry for #2374
Browse files Browse the repository at this point in the history
  • Loading branch information
brentstone committed Jan 13, 2024
1 parent 5447f52 commit 7026389
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .changelog/v0.30.0/improvements/2374-fix-bond-amount.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- Fix the function to more accurately account for slashes.
([\#2374](https://github.com/anoma/namada/pull/2374))
- Fix the function `bond_amount` to more accurately account for slashes.
([\#2374](https://github.com/anoma/namada/pull/2374))
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Namada 0.30.0 is a minor release that primarily upgrades the MASP and WASM VM me
- Added validator's consensus key look-up to `client find-validator`
command, which now also accepts a native validator address.
([\#2368](https://github.com/anoma/namada/pull/2368))
- Fix the function to more accurately account for slashes.
- Fix the function `bond_amount` to more accurately account for slashes.
([\#2374](https://github.com/anoma/namada/pull/2374))
- The MASP VP now validates the tx expiration.
([\#2375](https://github.com/anoma/namada/pull/2375))
Expand Down

0 comments on commit 7026389

Please sign in to comment.