@0xobelisk/sui-client 0.4.9 → 0.5.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
|
@@ -115,7 +115,7 @@ const params = [
|
|
|
115
115
|
// By isolating the signature from the transactionBlock construction in this way,
|
|
116
116
|
// the front-end wallet plugin can signAndSend() directly to the transactionBlock,
|
|
117
117
|
// facilitating front-end interaction.
|
|
118
|
-
const new_tx = await obelisk.tx.counter_system.inc(tx, params, true) as TransactionBlock;
|
|
118
|
+
const new_tx = await obelisk.tx.counter_system.inc(tx, params, undefined, true) as TransactionBlock;
|
|
119
119
|
|
|
120
120
|
const response = await obelisk.signAndSendTxn(
|
|
121
121
|
new_tx
|