Use salt as hex
This commit is contained in:
@@ -39,7 +39,7 @@ const TxMsgInstantiateContract2Details = ({ msgValue }: TxMsgInstantiateContract
|
||||
</li>
|
||||
<li>
|
||||
<label>Salt:</label>
|
||||
<div>{fromUtf8(msgValue.salt, true)}</div>
|
||||
<div>{toHex(msgValue.salt)}</div>
|
||||
</li>
|
||||
<li>
|
||||
<label>Funds:</label>
|
||||
|
||||
Reference in New Issue
Block a user