update test case

This commit is contained in:
杨新刚
2021-02-02 14:58:38 +08:00
parent b698218993
commit c88fca7dce
2 changed files with 65 additions and 30 deletions

View File

@@ -109,9 +109,9 @@ export class VDODOContext {
this.lastRewardBlock = await this.VDODO.methods.lastRewardBlock().call();
console.log(log.blueText("[Init VDODO context]"));
console.log("alpha = "+ this.alpha);
console.log("lastRewardBlock = " + this.lastRewardBlock);
console.log("init alpha = " + this.alpha);
console.log("init lastRewardBlock = " + this.lastRewardBlock);
}
sendParam(sender, value = "0") {