Skip to content

Commit

Permalink
Merge pull request #75 from XDagger/develop
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
swordlet authored May 10, 2023
2 parents 19ec8fb + aa6aeee commit a803053
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions wallet/wallet-config.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"wallet_option": {
"rpc_enabled": false,
"rpc_port": null,
"specified_pool_address": null,
"is_test_net": false,
"disable_mining": true,
"pool_address": "https://mainnet-rpc.xdagj.org",
"testnet_api_url": ""
},
"version": "0.6.5",
"culture_info": "en-US",
"addresses": [],
"query": {
"amount_from": "",
"amount_to": "",
"timestamp": "",
"remark": "",
"direction": ""
}
{
"wallet_option": {
"rpc_enabled": false,
"rpc_port": null,
"specified_pool_address": null,
"is_test_net": false,
"disable_mining": true,
"pool_address": "https://mainnet-rpc.xdagj.org",
"testnet_api_url": ""
},
"version": "0.6.6",
"culture_info": "en-US",
"addresses": [],
"query": {
"amount_from": "",
"amount_to": "",
"timestamp": "",
"remark": "",
"direction": ""
}
}

0 comments on commit a803053

Please sign in to comment.