Skip to content

Commit

Permalink
fix: signTransactionBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
LukassF committed Mar 4, 2024
1 parent bba9526 commit e4566af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/apps/docs/docs/sui/connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ await adapter.connect()
// After connection adapter turns into remote signer

// Sign transaction
await adapter.signAndExecuteTransactionBlock()
await adapter.signTransactionBlock()

// Disconnect client if you want to end session
await adapter.disconnect()
Expand Down

0 comments on commit e4566af

Please sign in to comment.