Skip to content

Commit 8745ebf

Browse files
authored
fix(solana): add maxSupportedTransactionVersion for newer blocks (#2200)
1 parent b1fc703 commit 8745ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/mainnet-1/specs/solana.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@
991991
},
992992
{
993993
"function_tag": "GET_BLOCK_BY_NUM",
994-
"function_template": "{\"jsonrpc\":\"2.0\",\"method\":\"getBlock\",\"params\":[%d,{\"transactionDetails\":\"none\",\"rewards\":false}],\"id\":1}",
994+
"function_template": "{\"jsonrpc\":\"2.0\",\"method\":\"getBlock\",\"params\":[%d,{\"transactionDetails\":\"none\",\"rewards\":false,\"maxSupportedTransactionVersion\":0}],\"id\":1}",
995995
"result_parsing": {
996996
"parser_arg": [
997997
"0",

0 commit comments

Comments
 (0)