You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (it3 == m_address_cache.end()) throwstd::runtime_error("Could not find account address at index (" + std::to_string(account_idx) + ", " + std::to_string(subaddress_idx) + ")" );
438
438
auto it4 = it3->second.find(subaddress_idx);
439
-
if (it4 == it3->second.end()) throwstd::runtime_error("Could not find address at index (" + std::to_string(account_idx) + ", " + std::to_string(subaddress_idx) + ")");
439
+
if (it4 == it3->second.end()) returnstd::string("");
0 commit comments