We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d79bb1a + 62e673a commit b9e5344Copy full SHA for b9e5344
src/main/java/org/tron/core/db/Manager.java
@@ -44,7 +44,6 @@
44
import org.tron.common.utils.StringUtil;
45
import org.tron.core.Constant;
46
import org.tron.core.capsule.AccountCapsule;
47
-import org.tron.core.capsule.AssetIssueCapsule;
48
import org.tron.core.capsule.BlockCapsule;
49
import org.tron.core.capsule.BlockCapsule.BlockId;
50
import org.tron.core.capsule.BytesCapsule;
@@ -469,6 +468,7 @@ public void initAccount() {
469
468
account.getBalance());
470
this.accountStore.put(account.getAddress(), accountCapsule);
471
this.accountIdIndexStore.put(accountCapsule);
+ this.accountIndexStore.put(accountCapsule);
472
});
473
}
474
0 commit comments