Skip to content

Commit

Permalink
fix: removing mulitcoin view since the only network enabled is rsk (#559
Browse files Browse the repository at this point in the history
)
  • Loading branch information
annipi committed Mar 18, 2024
1 parent c4a8ed7 commit de41835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/tabs/resolve/components/ResolveComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import UserWaitingComponent from '../../../components/UserWaitingComponent';
const renderResolutions = (supportedInterfaces) => {
const hasAddr = supportedInterfaces.indexOf('addr') > -1;
const hasChainAddr = supportedInterfaces.indexOf('chainAddr') > -1;
const hasMulticoin = supportedInterfaces.indexOf('multicoin') > -1;
const hasMulticoin = false;
const hasName = supportedInterfaces.indexOf('name') > -1;

return (
Expand Down
2 changes: 1 addition & 1 deletion src/languages/es_uy.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
"notifications_new_subdomain_owner": "nuevo propietario de subdominio",
"notifications_new_addr": "nueva dir",
"notifications_new_content": "nuevo contenido",
"rsk_address": "dirección de rks",
"rsk_address": "dirección de rsk",
"chain_address": "dirección de la cadena",
"bitcoin": "bitcoin (BTC)",
"ethereum": "ethereum (ETH)",
Expand Down

0 comments on commit de41835

Please sign in to comment.