mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-23 19:05:51 +00:00
use segwit change address for notification tx
This commit is contained in:
parent
a63af1787a
commit
a57cd88696
1 changed files with 5 additions and 3 deletions
|
@ -125,14 +125,16 @@ class BitcoinWallet extends CoinServiceAPI
|
|||
getMnemonicString: () => mnemonicString,
|
||||
getMnemonicPassphrase: () => mnemonicPassphrase,
|
||||
getChainHeight: () => chainHeight,
|
||||
getCurrentChangeAddress: () => currentChangeAddressP2PKH,
|
||||
// getCurrentChangeAddress: () => currentChangeAddressP2PKH,
|
||||
getCurrentChangeAddress: () => currentChangeAddress,
|
||||
estimateTxFee: estimateTxFee,
|
||||
prepareSend: prepareSend,
|
||||
getTxCount: getTxCount,
|
||||
fetchBuildTxData: fetchBuildTxData,
|
||||
refresh: refresh,
|
||||
checkChangeAddressForTransactions:
|
||||
_checkP2PKHChangeAddressForTransactions,
|
||||
checkChangeAddressForTransactions: _checkChangeAddressForTransactions,
|
||||
// checkChangeAddressForTransactions:
|
||||
// _checkP2PKHChangeAddressForTransactions,
|
||||
addDerivation: addDerivation,
|
||||
dustLimitP2PKH: DUST_LIMIT_P2PKH,
|
||||
minConfirms: MINIMUM_CONFIRMATIONS,
|
||||
|
|
Loading…
Reference in a new issue