From 15a67b37d87f4187db1797b0386eaedafc2f88ff Mon Sep 17 00:00:00 2001 From: Aleksandr Bezobchuk Date: Thu, 13 May 2021 08:49:46 -0400 Subject: [PATCH] adr 067: updates (#6465) * adr: updates * fix link --- docs/architecture/README.md | 2 +- docs/architecture/adr-067-mempool-refactor.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/architecture/README.md b/docs/architecture/README.md index a3d068d35..2d63b8b2a 100644 --- a/docs/architecture/README.md +++ b/docs/architecture/README.md @@ -54,6 +54,7 @@ Note the context/background should be written in the present tense. - [ADR-065: Custom Event Indexing](./adr-065-custom-event-indexing.md) - [ADR-066-E2E-Testing](./adr-066-e2e-testing.md) - [ADR-068: Reverse-Sync](./adr-068-reverse-sync.md) +- [ADR-067: Mempool Refactor](./adr-067-mempool-refactor.md) ### Rejected @@ -96,4 +97,3 @@ Note the context/background should be written in the present tense. - [ADR-054: Crypto-Encoding-2](./adr-054-crypto-encoding-2.md) - [ADR-057: RPC](./adr-057-RPC.md) - [ADR-063: Privval-gRPC](./adr-063-privval-grpc.md) -- [ADR-067: Mempool Refactor](./adr-067-mempool-refactor) diff --git a/docs/architecture/adr-067-mempool-refactor.md b/docs/architecture/adr-067-mempool-refactor.md index 317038ccc..88bf6d76d 100644 --- a/docs/architecture/adr-067-mempool-refactor.md +++ b/docs/architecture/adr-067-mempool-refactor.md @@ -29,7 +29,7 @@ ## Status -Proposed +Accepted ## Context