Skip to content

Commit

Permalink
Change the url of lockHash in EOS cross-chain transaction info.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZaneCQ committed Mar 3, 2020
1 parent e08763f commit c74ac46
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app/componentUtils/TransInfo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ class TransInfo extends Component {
return false;
}
let href = this.props.chainId === 1 ? `${MAIN}/tx/${hash}` : `${TESTNET}/tx/${hash}`;
if (chain === 'EOS') {
href = this.props.chainId === 1 ? `https://www.wanscan.org/tx/0x${hash}` : `https://testnet.wanscan.org/tx/0x${hash}`;
}
wand.shell.openExternal(href);
}

Expand Down

0 comments on commit c74ac46

Please sign in to comment.