diff --git a/utils/test_api_files/getblocktemplate.json b/utils/test_api_files/getblocktemplate.json new file mode 100644 index 00000000..541ab967 --- /dev/null +++ b/utils/test_api_files/getblocktemplate.json @@ -0,0 +1,13 @@ +{ + "jsonrpc": "2.0", + "id": "0", + "method": "getblocktemplate", + "params": { + "extra_text": "Some text info about miner", + "wallet_address": "ZxBvJDuQjMG9R2j4WnYUhBYNrwZPwuyXrC7FHdVmWqaESgowDvgfWtiXeNGu8Px9B24pkmjsA39fzSSiEQG1ekB225ZnrMTBp", + "stakeholder_address": "ZxBvJDuQjMG9R2j4WnYUhBYNrwZPwuyXrC7FHdVmWqaESgowDvgfWtiXeNGu8Px9B24pkmjsA39fzSSiEQG1ekB225ZnrMTBp", + "pos_block": false, + "pos_amount": 0, + "pos_index": 0 + } +} \ No newline at end of file