mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-09 12:29:31 +00:00
Remove un-necessary observable annotation
This commit is contained in:
parent
eb9b45360e
commit
44165e6492
1 changed files with 0 additions and 1 deletions
|
@ -97,7 +97,6 @@ abstract class ElectrumWalletBase extends WalletBase<ElectrumBalance,
|
|||
SyncStatus syncStatus;
|
||||
|
||||
@override
|
||||
@observable
|
||||
late ElectrumFeeEstimate feeEstimate;
|
||||
|
||||
List<String> get scriptHashes => walletAddresses.addresses
|
||||
|
|
Loading…
Reference in a new issue