From b0c18f4e70ed31e22a6da9fe795a46b1e724bfb5 Mon Sep 17 00:00:00 2001 From: brentstone Date: Sun, 11 Jun 2023 00:31:47 -0400 Subject: [PATCH] changelog: #1533 --- .../unreleased/bug-fixes/1533-fix-slashing-client-query.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/unreleased/bug-fixes/1533-fix-slashing-client-query.md diff --git a/.changelog/unreleased/bug-fixes/1533-fix-slashing-client-query.md b/.changelog/unreleased/bug-fixes/1533-fix-slashing-client-query.md new file mode 100644 index 00000000000..24b36462641 --- /dev/null +++ b/.changelog/unreleased/bug-fixes/1533-fix-slashing-client-query.md @@ -0,0 +1,3 @@ +- The slashed token amounts contained inside the bond and unbond information + returned by the PoS library fn bonds_and_unbonds are fixed and properly + computed. ([#1533](https://github.com/anoma/namada/pull/1533)) \ No newline at end of file