Skip to content

Commit

Permalink
Add missing "
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Jun 9, 2020
1 parent 4ecdc14 commit c5231d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/jsonrpc-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ The result will be an RpcResponse JSON object with `value` set to a JSON object
curl -X POST -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","id":1, "method":"getFees"}' http://localhost:8899

// Result
{"jsonrpc":"2.0","result":{"context":{"slot":1},"value":{"blockhash":"CSymwgTNX1j3E4qhKfJAUE41nBWEwXufoYryPbkde5RR","feeCalculator":{lamportsPerSignature":5000},"lastValidSlot":297}},"id":1}
{"jsonrpc":"2.0","result":{"context":{"slot":1},"value":{"blockhash":"CSymwgTNX1j3E4qhKfJAUE41nBWEwXufoYryPbkde5RR","feeCalculator":{"lamportsPerSignature":5000},"lastValidSlot":297}},"id":1}
```

### getFirstAvailableBlock
Expand Down

0 comments on commit c5231d2

Please sign in to comment.