Skip to content

Commit

Permalink
fix: typo in creating wallet from private key (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
chappie1998 authored Nov 17, 2022
1 parent 3302eb0 commit 6a59b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/QUICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ const CONTRACT_ID =
"<replace this with the contract id displayed on forc deploy>";

// Create a "Wallet" using the private key above.
const wallet = Wallet.formPrivateKey(WALLET_SECRET);
const wallet = Wallet.fromPrivateKey(WALLET_SECRET);

// Connect a "Contract" instance using the ID of the deployed contract and the
// wallet above.
Expand Down

0 comments on commit 6a59b72

Please sign in to comment.