mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 22:11:06 +00:00
* rename StorageMap::exists(key) to ::contains_key(key) * bump impl_version
This commit is contained in:
@@ -1381,6 +1381,6 @@ where
|
||||
{
|
||||
fn is_dead_account(who: &T::AccountId) -> bool {
|
||||
// this should always be exactly equivalent to `Self::account(who).total().is_zero()`
|
||||
!Account::<T, I>::exists(who)
|
||||
!Account::<T, I>::contains_key(who)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user