Browse Source

fix: @stack/connect reference

fix/tx-signing-connect
Mark Hendrickson 4 years ago
committed by Thomas Osmonson
parent
commit
b0e57cd8e9
  1. 2
      src/pages/build-apps/guides/transaction-signing.md

2
src/pages/build-apps/guides/transaction-signing.md

@ -92,7 +92,7 @@ interface STXTransferOptions {
Call the `openContractDeploy` function provided by the `connect` package to trigger the display of a transaction signing prompt for deploying a smart contract: Call the `openContractDeploy` function provided by the `connect` package to trigger the display of a transaction signing prompt for deploying a smart contract:
```tsx ```tsx
import { openContractDeploy } from '@blockstack/connect'; import { openContractDeploy } from '@stack/connect';
const codeBody = '(begin (print "hello, world"))'; const codeBody = '(begin (print "hello, world"))';

Loading…
Cancel
Save