@hashgraph/hedera-wallet-connect 2.0.1-canary.15a3bf1.0 → 2.0.1-canary.1c9f580.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
@@ -232,5 +232,5 @@ While minimal, the main breaking changes are:
|
|
232
232
|
- remove setting node id's within this library for transactions
|
233
233
|
|
234
234
|
- initially, a transaction created by the Hedera javascript SDK needed to have a node id or
|
235
|
-
set of node
|
235
|
+
set of node ids set to be able to serialize into bytes to be passed sent over a network and
|
236
236
|
deserialized by the SDK.
|