From 70b15317a96257e532cc1a56f8a184645c6b03f1 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2019 15:41:18 -0700 Subject: [PATCH] Move credit-only and Move proposals to the implemented section of the book (#5308) (#5309) automerge --- book/src/SUMMARY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/src/SUMMARY.md b/book/src/SUMMARY.md index 33b5af2deb..c9d0186b3c 100644 --- a/book/src/SUMMARY.md +++ b/book/src/SUMMARY.md @@ -59,10 +59,8 @@ - [Economic Design MVP](ed_mvp.md) - [References](ed_references.md) - [Cluster Test Framework](cluster-test-framework.md) - - [Credit-only Accounts](credit-only-credit-debit-accounts.md) - [Validator](validator-proposal.md) - [Simple Payment and State Verification](simple-payment-and-state-verification.md) - - [Embedding the Move Langauge](embedding-move.md) - [Cross-Program Invocation](cross-program-invocation.md) - [Implemented Design Proposals](implemented-proposals.md) @@ -77,3 +75,5 @@ - [Reliable Vote Transmission](reliable-vote-transmission.md) - [Repair Service](repair-service.md) - [Testing Programs](testing-programs.md) + - [Credit-only Accounts](credit-only-credit-debit-accounts.md) + - [Embedding the Move Langauge](embedding-move.md)