Skip to content

Commit

Permalink
Refactor: move withdraw address to reference.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirHo3ein13 committed Feb 18, 2020
1 parent 1806c13 commit 950452b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,4 @@ node: {
connection: "",
# Node's API key
api_key: ""
address: {
withdraw: "m/1/2"
}
}
4 changes: 3 additions & 1 deletion conf/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@ pool: {
# Route for getting pool specific configurations
specific_config: "/api/config/value/<pk>.json/"
}
}
}

node.address.withdraw: "m/1/2"

0 comments on commit 950452b

Please sign in to comment.