Update MobileCoin enclave measurements for v3.0.0

This commit is contained in:
Alex Voloshyn
2022-11-02 12:48:03 -07:00
committed by Cody Henthorne
parent b38ac44d0f
commit c218e22566
6 changed files with 54 additions and 45 deletions

View File

@@ -223,7 +223,6 @@ internal class PaymentsValues internal constructor(store: KeyValueStore) : Signa
return enclaveFailure
}
fun showAboutMobileCoinInfoCard(): Boolean {
return store.getBoolean(SHOW_ABOUT_MOBILE_COIN_INFO_CARD, true)
}