We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90ef0a6 commit 73f9638Copy full SHA for 73f9638
src/components/GuessTheNumber.tsx
@@ -29,7 +29,7 @@ export const GuessTheNumber = () => {
29
// Create a transaction using the contract client
30
const tx = await game.guess(
31
{ a_number: BigInt(guess), guesser: address },
32
- // @ts-expect-error js-stellar-sdk has bad typings; publicKey is, in fact, allowed
+ // @ts-ignore
33
{ publicKey: address },
34
)
35
0 commit comments