Skip to content

Commit

Permalink
removing comma which makes JSON example as invalid (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
kox authored Nov 22, 2024
1 parent 3609f5b commit 8114422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rpc/http/simulateTransaction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ curl https://api.devnet.solana.com -X POST -H "Content-Type: application/json" -
"params": [
"AQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEDArczbMia1tLmq7zz4DinMNN0pJ1JtLdqIJPUw3YrGCzYAMHBsgN27lcgB6H2WQvFgyZuJYHa46puOQo9yQ8CVQbd9uHXZaGT2cvhRs7reawctIXtX1s3kTqM9YV+/wCp20C7Wj2aiuk5TReAXo+VTVg8QTHjs0UjNMMKCvpzZ+ABAgEBARU=",
{
"encoding":"base64",
"encoding":"base64"
}
]
}
Expand Down

0 comments on commit 8114422

Please sign in to comment.