Skip to content

Commit b4ff53c

Browse files
fix(docs): cast send -j requires # of threads (#716)
1 parent 48c420d commit b4ff53c

File tree

1 file changed

+1
-1
lines changed
  • pages/price-feeds/create-your-first-pyth-app/evm

1 file changed

+1
-1
lines changed

pages/price-feeds/create-your-first-pyth-app/evm/part-2.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ We can do this using `cast` by running the following command:
116116
cast send \
117117
--private-key $PRIVATE_KEY \
118118
--rpc-url $RPC_URL \
119-
-j \
119+
-j 1 \
120120
--value 0.0005ether \
121121
$DEPLOYMENT_ADDRESS \
122122
"updateAndMint(bytes[])" \

0 commit comments

Comments
 (0)