Disable support for Electrum TX lookups (require -txindex).

This commit is contained in:
softsimon
2021-01-24 04:15:06 +07:00
parent 5b268794af
commit 47a449e1d9
9 changed files with 10 additions and 55 deletions

View File

@@ -16,7 +16,6 @@ interface IConfig {
HOST: string;
PORT: number;
TLS_ENABLED: boolean;
TX_LOOKUPS: boolean;
};
CORE_RPC: {
HOST: string;
@@ -76,7 +75,6 @@ const defaults: IConfig = {
'HOST': '127.0.0.1',
'PORT': 3306,
'TLS_ENABLED': true,
'TX_LOOKUPS': false
},
'CORE_RPC': {
'HOST': '127.0.0.1',