1
This commit is contained in:
parent
f0be47e8c9
commit
2fb6b8f513
@ -14,7 +14,9 @@ class BlockChain extends BaseService {
|
|||||||
#bc = null;
|
#bc = null;
|
||||||
|
|
||||||
static async staticInit() {
|
static async staticInit() {
|
||||||
console.log(metaFactory.getNetList());
|
metaFactory.getNetList().forEach((netId) => {
|
||||||
|
console.log(netId);
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
async init(netId) {
|
async init(netId) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user