From 12426fe078d1d874ff93dca2f1996b0da0967653 Mon Sep 17 00:00:00 2001 From: teor Date: Sat, 7 May 2022 00:10:21 +1000 Subject: [PATCH] Fix incorrect AddressBalance name in diagram (#4342) * Fix incorrect AddressLocation size in diagram * Actually the name is wrong --- book/src/dev/rfcs/0005-state-updates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/dev/rfcs/0005-state-updates.md b/book/src/dev/rfcs/0005-state-updates.md index 3aedae14..4f4e065d 100644 --- a/book/src/dev/rfcs/0005-state-updates.md +++ b/book/src/dev/rfcs/0005-state-updates.md @@ -688,7 +688,7 @@ graph TD; OutputLocation ==> OutputIndex; AddressLocation -.->|"utxo_loc_by_transparent_addr_loc
(AddressUnspentOutput[16])"| OutputLocation; - AddressBalance["AddressLocation[16]"]; + AddressBalance["AddressBalance[16]"]; Amount["Amount[8]"]; Height["Height[3]"]; Address["Address[21]"];