diff --git a/feature-assets/src/main/java/io/novafoundation/nova/feature_assets/presentation/bridge/BridgeViewModel.kt b/feature-assets/src/main/java/io/novafoundation/nova/feature_assets/presentation/bridge/BridgeViewModel.kt index 59af44e9..c3a4ed6b 100644 --- a/feature-assets/src/main/java/io/novafoundation/nova/feature_assets/presentation/bridge/BridgeViewModel.kt +++ b/feature-assets/src/main/java/io/novafoundation/nova/feature_assets/presentation/bridge/BridgeViewModel.kt @@ -128,6 +128,7 @@ class BridgeViewModel( val fillAmountEvent: LiveData> = _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. */