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

Commit 6e008f4

Browse files
committed
Fix the right custom name in ob.cfg
1 parent de9a97f commit 6e008f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/restapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,7 @@ def get_settings(self, request):
921921
"blocked_guids": json.loads(settings[8]),
922922
"libbitcoin_server": get_value(
923923
"LIBBITCOIN_SERVERS_TESTNET", "testnet_server_custom")if self.protocol.testnet else get_value(
924-
"LIBBITCOIN_SERVERS", "server_custom"),
924+
"LIBBITCOIN_SERVERS", "mainnet_server_custom"),
925925
"seed": KeyChain(self.db).signing_key.encode(encoder=nacl.encoding.HexEncoder),
926926
"terms_conditions": "" if settings[9] is None else settings[9],
927927
"refund_policy": "" if settings[10] is None else settings[10],

0 commit comments

Comments
 (0)