Updated on 2026-08-14

This commit is contained in:
Tangem 2021-02-12 10:47:15 +00:00
commit 5d7a254226

View file

@ -128,6 +128,11 @@ class ScanNoteTask(val card: Card? = null) : CardSessionRunnable<ScanNoteRespons
}
companion object {
private val excludedBatches = listOf("0027", "0030", "0031")
private val excludedBatches = listOf(
"0027",
"0030",
"0031", //tags
"0079", //TOTHEMOON
)
}
}