Skip to content

Commit 7cfea01

Browse files
committed
Fixed image size in asset transfer protocol RFC
Signed-off-by: VRamakrishna <[email protected]>
1 parent 685c559 commit 7cfea01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfcs/protocols/asset-transfer/generic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This protocol uses as its building blocks:
2424

2525
The ledgers, participants, and sequence of states they go through to either effect an asset transfer or revert to the original state (upon failure of any kind) are illustrated in the figure below. (_Note_: Alice and Bob may represent the same real-world entity. Asset _S_ in both ledgers are assumed to be equivalent in a global sense, though their internal representations may vary from Ledger A to Ledger B, especially if the two ledgers are built on different DLT platforms.
2626

27-
<img src="../../resources/images/asset-transfer-states.png" width=100%>
27+
<img src="../../resources/images/asset-transfer-states.png" width=80%>
2828

2929
## Generic Asset Transfer Flow
3030

0 commit comments

Comments
 (0)