Updated on 2026-08-14
This commit is contained in:
parent
33b7a53905
commit
c5560c3c6a
101 changed files with 274 additions and 272 deletions
|
|
@ -533,7 +533,7 @@ internal class DefaultNFTRepository @Inject constructor(
|
|||
|
||||
private fun Pair<UserWalletId, Network>.formatted(): String {
|
||||
val (walletId, network) = this
|
||||
return walletId.stringValue + "_" + network.id.value + "_" + network.derivationPath.value
|
||||
return walletId.stringValue + "_" + network.rawId + "_" + network.derivationPath.value
|
||||
}
|
||||
|
||||
private fun Network.canHandleNFTs(): Boolean {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue