From 1c48090fac51f01240e5568dee562115309d73b6 Mon Sep 17 00:00:00 2001 From: ryanchristo <12519942+ryanchristo@users.noreply.github.com> Date: Thu, 12 Jan 2023 12:39:02 -0800 Subject: [PATCH] wip --- specs/rfcs/003-forward-contract/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/specs/rfcs/003-forward-contract/README.md b/specs/rfcs/003-forward-contract/README.md index aa31e4d880..02c3993e46 100644 --- a/specs/rfcs/003-forward-contract/README.md +++ b/specs/rfcs/003-forward-contract/README.md @@ -316,6 +316,8 @@ message Contract { ### Contract Reserve State ```protobuf +// ContractReserve defines a forward contract reserve (aka "buffer pool") +// and the table within which forward contract reserves are stored. message ContractReserve { option (cosmos.orm.v1alpha1.table) = { id : 2,