mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +00:00
Commit before change address to bip84
This commit is contained in:
parent
e18aa8bd3a
commit
03ac0f2778
1 changed files with 3 additions and 1 deletions
|
@ -2902,6 +2902,8 @@ class ParticlWallet extends CoinServiceAPI {
|
|||
Map<String, dynamic> results = {};
|
||||
Map<String, List<String>> addressTxid = {};
|
||||
|
||||
print("CALLING FETCH BUILD TX DATA");
|
||||
|
||||
// addresses to check
|
||||
List<String> addressesP2PKH = [];
|
||||
List<String> addressesP2WPKH = [];
|
||||
|
@ -3119,7 +3121,7 @@ class ParticlWallet extends CoinServiceAPI {
|
|||
rethrow;
|
||||
}
|
||||
|
||||
final builtTx = txb.build();
|
||||
final builtTx = txb.buildIncomplete();
|
||||
final vSize = builtTx.virtualSize();
|
||||
|
||||
print("BUILT TX IS ${builtTx.toHex().toString()}");
|
||||
|
|
Loading…
Reference in a new issue