This commit is contained in:
aozhiwei 2023-06-14 11:12:12 +08:00
parent f0be47e8c9
commit 2fb6b8f513

View File

@ -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) {