From 950452bf3becb245d3265297aab582389ff48773 Mon Sep 17 00:00:00 2001 From: amirho3ein13 Date: Wed, 19 Feb 2020 01:21:29 +0330 Subject: [PATCH] Refactor: move withdraw address to reference.conf --- conf/application.conf | 3 --- conf/reference.conf | 4 +++- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/conf/application.conf b/conf/application.conf index 986cbaa..4b67fde 100644 --- a/conf/application.conf +++ b/conf/application.conf @@ -10,7 +10,4 @@ node: { connection: "", # Node's API key api_key: "" - address: { - withdraw: "m/1/2" - } } \ No newline at end of file diff --git a/conf/reference.conf b/conf/reference.conf index af74b41..5628eee 100644 --- a/conf/reference.conf +++ b/conf/reference.conf @@ -40,4 +40,6 @@ pool: { # Route for getting pool specific configurations specific_config: "/api/config/value/.json/" } -} \ No newline at end of file +} + +node.address.withdraw: "m/1/2" \ No newline at end of file