Use prefix from defaultOptions object
This commit is contained in:
parent
36d3fbbca6
commit
032565b79d
@ -47,7 +47,7 @@ export class LaunchpadLedger {
|
||||
|
||||
this.testModeAllowed = options.testModeAllowed ?? defaultOptions.testModeAllowed;
|
||||
this.hdPaths = options.hdPaths ?? defaultOptions.hdPaths;
|
||||
this.prefix = options.prefix ?? cosmosBech32Prefix;
|
||||
this.prefix = options.prefix ?? defaultOptions.prefix;
|
||||
this.app = new CosmosApp(transport);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user