Fix incorrect AddressBalance name in diagram (#4342)

* Fix incorrect AddressLocation size in diagram

* Actually the name is wrong
This commit is contained in:
teor 2022-05-07 00:10:21 +10:00 committed by GitHub
parent 91c0393727
commit 12426fe078
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -688,7 +688,7 @@ graph TD;
OutputLocation ==> OutputIndex;
AddressLocation -.->|"utxo_loc_by_transparent_addr_loc<br/>(AddressUnspentOutput[16])"| OutputLocation;
AddressBalance["AddressLocation[16]"];
AddressBalance["AddressBalance[16]"];
Amount["Amount[8]"];
Height["Height[3]"];
Address["Address[21]"];