From d990fe054cdf6c56c8fa1fb3776fdc54fc2e4d59 Mon Sep 17 00:00:00 2001 From: teor Date: Mon, 23 May 2022 20:04:20 +1000 Subject: [PATCH] Resolve the getaddresstxids issue in the README (#4458) --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 838f75f2..8b3e8794 100644 --- a/README.md +++ b/README.md @@ -206,8 +206,6 @@ So Zebra's state should always be valid, unless your OS or disk hardware is corr ## Known Issues There are a few bugs in Zebra that we're still working on fixing: -- [The getaddresstxids RPC is missing spending transparent addresses](https://github.com/ZcashFoundation/zebra/pull/4355) - - This should be fixed in the next Zebra release - [Old state versions are not deleted](https://github.com/ZcashFoundation/zebra/issues/1213) - When Zebra changes its state format, it does not delete the old state directory. You can delete old state directories if you need the space. - [No Windows support #3801](https://github.com/ZcashFoundation/zebra/issues/3801)