Skip to content

Commit

Permalink
fx bug
Browse files Browse the repository at this point in the history
  • Loading branch information
geb789 committed Nov 22, 2019
1 parent f958914 commit 7360bf0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
import org.tron.core.config.args.Args;
import org.tron.core.exception.ContractValidateException;
import org.tron.core.vm.VM;
import org.tron.core.vm.config.VMConfig;
import org.tron.core.vm.program.Program;
import org.tron.core.vm.program.invoke.ProgramInvokeMockImpl;
import org.tron.protos.Protocol.Transaction;
Expand All @@ -40,7 +41,7 @@ public class InterpreterTest {

@BeforeClass
public static void init() {
DBConfig.setDebug(true);
VMConfig.setDebug(true);
}

@AfterClass
Expand Down

0 comments on commit 7360bf0

Please sign in to comment.