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