mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-07-22 19:35:51 +00:00
Fix ktlint: blank line before commented declaration in BridgeViewModel
This commit is contained in:
+1
@@ -128,6 +128,7 @@ class BridgeViewModel(
|
||||
val fillAmountEvent: LiveData<Event<String>> = _fillAmountEvent
|
||||
|
||||
private var currentAmount: Double = 0.0
|
||||
|
||||
/** Real USDT the multisig actually holds on Polkadot Asset Hub - see
|
||||
* BridgeMultisigInteractor.getPolkadotUsdtReserve for why this replaced a dead external
|
||||
* status check that always reported "inactive" regardless of the real reserve. */
|
||||
|
||||
Reference in New Issue
Block a user