Browse Source

plugin options added for genesis

pull/1943/head
Greg Szabo 7 years ago
parent
commit
28c248f747
3 changed files with 11 additions and 1 deletions
  1. +4
    -1
      ansible/app_options_files/dev_money
  2. +3
    -0
      ansible/app_options_files/public_testnet
  3. +4
    -0
      ansible/app_options_files/relay

+ 4
- 1
ansible/app_options_files/dev_money View File

@ -9,5 +9,8 @@
"amount": 9007199254740992
}
]
}]
}],
"plugin_options": [
"coin/issuer", {"app": "sigs", "addr": "1B1BE55F969F54064628A63B9559E7C21C925165"}
]

+ 3
- 0
ansible/app_options_files/public_testnet View File

@ -188,4 +188,7 @@
]
}
],
"plugin_options": [
"coin/issuer", {"app": "sigs", "addr": "B01C264BFE9CBD45458256E613A6F07061A3A6B6"}
]

+ 4
- 0
ansible/app_options_files/relay View File

@ -13,4 +13,8 @@
}
]
}
],
"plugin_options": [
"coin/issuer", {"app": "sigs", "addr": "1B1BE55F969F54064628A63B9559E7C21C925165"}
]

Loading…
Cancel
Save