wrap fix
This commit is contained in:
@@ -118,6 +118,8 @@ async function updateNativeBalance() {
|
||||
console.log('native balance', vault, balance)
|
||||
if (s.vault===vault) // could have changed during async
|
||||
nativeBalance.value = balance
|
||||
else
|
||||
console.warn('vault changed during balance update', vault, s.vault)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user