From 4d53afebbc7f30dc56cee9e010ce0cd9219f552e Mon Sep 17 00:00:00 2001 From: brentstone Date: Thu, 8 Aug 2024 14:52:25 -0700 Subject: [PATCH] changelog: add #3594 --- .changelog/unreleased/bug-fixes/3594-client-fix.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/unreleased/bug-fixes/3594-client-fix.md diff --git a/.changelog/unreleased/bug-fixes/3594-client-fix.md b/.changelog/unreleased/bug-fixes/3594-client-fix.md new file mode 100644 index 0000000000..8e46318c14 --- /dev/null +++ b/.changelog/unreleased/bug-fixes/3594-client-fix.md @@ -0,0 +1,3 @@ +- No-op instead of error in wasm for withdraw txs if no tokens are available + to withdraw. Automatically submit reveal pk tx for source for shielding + transfers. ([\#3594](https://github.com/anoma/namada/pull/3594)) \ No newline at end of file