Use lossy option

This commit is contained in:
abefernan
2023-07-14 11:52:26 +02:00
parent 5bee548755
commit eb02c7239b
@@ -40,7 +40,7 @@ const TxMsgInstantiateContract2Details = ({ msgValue }: TxMsgInstantiateContract
</li>
<li>
<label>Salt:</label>
<div>{fromUtf8(msgValue.salt)}</div>
<div>{fromUtf8(msgValue.salt, true)}</div>
</li>
<li>
<label>Funds:</label>