mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-11 05:04:35 +00:00
add broadcast tx functionality to fusion
This commit is contained in:
parent
8af4acbdbe
commit
06b8ee844d
2 changed files with 4 additions and 1 deletions
|
@ -1 +1 @@
|
|||
Subproject commit b7235f9e510221bbf601d91aa837605ff1de4d1d
|
||||
Subproject commit acac1559737cb9e839c7648c76e803f5ab42c2d5
|
|
@ -286,6 +286,9 @@ mixin FusionWalletInterface {
|
|||
txHash: txid,
|
||||
),
|
||||
getPrivateKeyForPubKey: getPrivateKeyForPubKey,
|
||||
broadcastTransaction: (String txHex) => _getWalletCachedElectrumX()
|
||||
.electrumXClient
|
||||
.broadcastTransaction(rawTx: txHex),
|
||||
);
|
||||
|
||||
// Add stack UTXOs.
|
||||
|
|
Loading…
Reference in a new issue