Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
rafael-xmr committed Nov 7, 2024
1 parent a169db7 commit 6e8b3d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion cw_bitcoin/lib/bitcoin_wallet_addresses.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ abstract class BitcoinWalletAddressesBase extends ElectrumWalletAddresses with S
}

@observable
late final SilentPaymentOwner silentPaymentWallet;
late SilentPaymentOwner silentPaymentWallet;
final ObservableList<BitcoinSilentPaymentAddressRecord> silentPaymentAddresses;
final ObservableList<BitcoinReceivedSPAddressRecord> receivedSPAddresses;

Expand Down
1 change: 0 additions & 1 deletion cw_bitcoin/lib/electrum_wallet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,6 @@ abstract class ElectrumWalletBase
memo: memo,
spendsUnconfirmedTX: utxoDetails.spendsUnconfirmedTX,
spendsSilentPayment: utxoDetails.spendsSilentPayment,
coinTypeToSpendFrom: coinTypeToSpendFrom,
);
}
}
Expand Down

0 comments on commit 6e8b3d7

Please sign in to comment.