Skip to content

Commit

Permalink
fix: remove parse directive from trxt
Browse files Browse the repository at this point in the history
  • Loading branch information
a0ngo committed Mar 2, 2025
1 parent 1225fb3 commit 1120c08
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions specs/mainnet-1/specs/tron.json
Original file line number Diff line number Diff line change
Expand Up @@ -339,34 +339,7 @@
"apis": [],
"headers": [],
"inheritance_apis": [],
"parse_directives": [
{
"function_tag": "GET_BLOCK_BY_NUM",
"function_template": "{\"num\":%d}",
"result_parsing": {
"parser_arg": [
"0",
"blockID"
],
"parser_func": "PARSE_CANONICAL"
},
"api_name": "/wallet/getblockbynum"
},
{
"function_template": "/wallet/getnowblock",
"function_tag": "GET_BLOCKNUM",
"result_parsing": {
"parser_arg": [
"0",
"block_header",
"raw_data",
"number"
],
"parser_func": "PARSE_CANONICAL"
},
"api_name": "/wallet/getnowblock"
}
],
"parse_directives": [],
"verifications": [
{
"name": "chain-id",
Expand Down

0 comments on commit 1120c08

Please sign in to comment.