Updated on 2026-08-14
This commit is contained in:
parent
9499cd081f
commit
45a503cc0c
1 changed files with 1 additions and 1 deletions
|
|
@ -10,6 +10,6 @@ internal class DefaultUserTokensStore(
|
|||
) : UserTokensStore, StringKeyDataStoreDecorator<UserWalletId, UserTokensResponse>(dataStore) {
|
||||
|
||||
override fun provideStringKey(key: UserWalletId): String {
|
||||
return key.stringValue
|
||||
return "user_tokens_${key.stringValue}"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue