qortal/src/test/blockchain.java

17 lines
230 B
Java
Raw Normal View History

2018-05-25 11:48:47 +01:00
package test;
import java.sql.SQLException;
import org.junit.Test;
import qora.block.BlockChain;
public class blockchain extends common {
@Test
public void testRebuild() throws SQLException {
BlockChain.validate();
}
}