Skip to content
This repository has been archived by the owner on May 16, 2019. It is now read-only.

Commit

Permalink
Fix the right custom name in ob.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmabc committed Jun 3, 2016
1 parent de9a97f commit 6e008f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/restapi.py
Expand Up @@ -921,7 +921,7 @@ def get_settings(self, request):
"blocked_guids": json.loads(settings[8]),
"libbitcoin_server": get_value(
"LIBBITCOIN_SERVERS_TESTNET", "testnet_server_custom")if self.protocol.testnet else get_value(
"LIBBITCOIN_SERVERS", "server_custom"),
"LIBBITCOIN_SERVERS", "mainnet_server_custom"),
"seed": KeyChain(self.db).signing_key.encode(encoder=nacl.encoding.HexEncoder),
"terms_conditions": "" if settings[9] is None else settings[9],
"refund_policy": "" if settings[10] is None else settings[10],
Expand Down

0 comments on commit 6e008f4

Please sign in to comment.