Updated on 2026-08-14

This commit is contained in:
Tangem 2025-05-26 17:42:58 +04:00
parent 4b83dbe6ca
commit 0adc8ffb49
4 changed files with 854 additions and 38 deletions

View file

@ -30,7 +30,7 @@ class MockUpdateWalletManagerResultFactory {
)
}
fun createVerified(): UpdateWalletManagerResult {
fun createVerified(): Verified {
return Verified(
selectedAddress = "0x1",
addresses = setOf(Address(value = "0x1", type = Address.Type.Primary)),