Fix incorrect AddressBalance name in diagram (#4342)
* Fix incorrect AddressLocation size in diagram * Actually the name is wrong
This commit is contained in:
parent
91c0393727
commit
12426fe078
|
@ -688,7 +688,7 @@ graph TD;
|
||||||
OutputLocation ==> OutputIndex;
|
OutputLocation ==> OutputIndex;
|
||||||
AddressLocation -.->|"utxo_loc_by_transparent_addr_loc<br/>(AddressUnspentOutput[16])"| OutputLocation;
|
AddressLocation -.->|"utxo_loc_by_transparent_addr_loc<br/>(AddressUnspentOutput[16])"| OutputLocation;
|
||||||
|
|
||||||
AddressBalance["AddressLocation[16]"];
|
AddressBalance["AddressBalance[16]"];
|
||||||
Amount["Amount[8]"];
|
Amount["Amount[8]"];
|
||||||
Height["Height[3]"];
|
Height["Height[3]"];
|
||||||
Address["Address[21]"];
|
Address["Address[21]"];
|
||||||
|
|
Loading…
Reference in New Issue