Skip to content

Commit

Permalink
change request_template.json to satisfy new call format
Browse files Browse the repository at this point in the history
  • Loading branch information
mkochanowicz committed Oct 30, 2017
1 parent b03fa8c commit 75a4097
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"STEEM_CASHOUT_WINDOW_SECONDS_PRE_HF12": 3600,
"STEEM_CASHOUT_WINDOW_SECONDS_PRE_HF17": 3600,
"STEEM_CHAIN_ID": "18dcf0a285365fc58b71f18b3d3fec954aa0c141c44e4e5cb4cf777b9eab274e",
"STEEM_CHAIN_ID_NAME": "testnet",
"STEEM_COMMENT_REWARD_FUND_NAME": "comment",
"STEEM_CONTENT_APR_PERCENT": 3875,
"STEEM_CONTENT_CONSTANT_HF0": "2000000000000",
Expand All @@ -54,7 +55,7 @@
"STEEM_INITIAL_VOTE_POWER_RATE": 40,
"STEEM_INIT_MINER_NAME": "initminer",
"STEEM_INIT_PUBLIC_KEY_STR": "TST6LLegbAgLAy28EHrffBVuANFWcFgmqRMW13wBmTExqFE9SCkg4",
"STEEM_INIT_SUPPLY": 0,
"STEEM_INIT_SUPPLY": "250000000000",
"STEEM_INIT_TIME": "1970-01-01T00:00:00",
"STEEM_IRREVERSIBLE_THRESHOLD": 7500,
"STEEM_LIQUIDITY_APR_PERCENT": 750,
Expand All @@ -80,6 +81,7 @@
"STEEM_MAX_RESERVE_RATIO": 20000,
"STEEM_MAX_RUNNER_WITNESSES_HF0": 1,
"STEEM_MAX_RUNNER_WITNESSES_HF17": 1,
"STEEM_MAX_SATOSHIS": "4611686018427387903",
"STEEM_MAX_SHARE_SUPPLY": "1000000000000000",
"STEEM_MAX_SIG_CHECK_DEPTH": 2,
"STEEM_MAX_TIME_UNTIL_EXPIRATION": 3600,
Expand Down Expand Up @@ -139,6 +141,7 @@
"STEEM_SBD_STOP_PERCENT": 500,
"STEEM_SECONDS_PER_YEAR": 31536000,
"STEEM_SECOND_CASHOUT_WINDOW": 259200,
"STEEM_SOFT_MAX_BLOCK_SIZE": 2097152,
"STEEM_SOFT_MAX_COMMENT_DEPTH": 255,
"STEEM_START_MINER_VOTING_BLOCK": 864000,
"STEEM_START_VESTING_BLOCK": 201600,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"jsonrpc": "2.0",
"id": $test_id,
"method": "call",
"params": ["$api", "$method", $args]
"method": "$api.$method",
"params": $args
}

0 comments on commit 75a4097

Please sign in to comment.