add broadcast tx functionality to fusion

This commit is contained in:
julian 2023-10-09 16:05:21 -06:00
parent 8af4acbdbe
commit 06b8ee844d
2 changed files with 4 additions and 1 deletions

@ -1 +1 @@
Subproject commit b7235f9e510221bbf601d91aa837605ff1de4d1d
Subproject commit acac1559737cb9e839c7648c76e803f5ab42c2d5

View file

@ -286,6 +286,9 @@ mixin FusionWalletInterface {
txHash: txid,
),
getPrivateKeyForPubKey: getPrivateKeyForPubKey,
broadcastTransaction: (String txHex) => _getWalletCachedElectrumX()
.electrumXClient
.broadcastTransaction(rawTx: txHex),
);
// Add stack UTXOs.