AElfProject / aelf-block-explorer

It is a Block Explorer and Analytics Platform for AElf.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

in ResourceBuy, there are same codes.

todo opened this issue · comments

commented

// TODO: in ResourceBuy, there are same codes.
NightELFCheckAndShowSellModal() {
NightElfCheck.getInstance().check.then(ready => {
const nightElf = NightElfCheck.getAelfInstanceByExtension();
getLogin(nightElf, {}, result => {
if (result.error) {


This issue was generated by todo based on a TODO comment in 31ca5e1. It's been assigned to @hzz780 because they committed the code.