Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
defaultBIP32Path = () => {
const {addressType, network} = this.props;
return multisigBIP32Path(addressType, network);
}