@hashgraph/hedera-wallet-connect 2.0.5-canary.8e2eb46.0 → 2.0.5-canary.b03fe61.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -308,7 +308,7 @@ app.post('/api/execute-transaction', async (req, res) => {
|
|
|
308
308
|
|
|
309
309
|
### Important Notes
|
|
310
310
|
|
|
311
|
-
1. **Transaction Must Be Frozen**: Before signing, ensure your transaction is frozen.
|
|
311
|
+
1. **Transaction Must Be Frozen**: Before signing, ensure your transaction is frozen. The wallet will automatically freeze transactions if not already frozen.
|
|
312
312
|
|
|
313
313
|
2. **Signature Order**: Signatures can be added in any order. Hedera validates that all required signatures are present when the transaction is executed.
|
|
314
314
|
|
package/package.json
CHANGED