删除没有使用import。

This commit is contained in:
jiangbuyun 2021-05-21 13:47:40 +08:00
parent 6e40ac36aa
commit fc739771d3

View File

@ -15,25 +15,16 @@
*/
package rep.sc.scalax
import _root_.com.google.protobuf.ByteString
import rep.log.RepLogger
import rep.protos.peer.{Transaction, _}
import rep.sc.Sandbox
import rep.sc.Sandbox._
import javax.script._
import java.security.cert.Certificate
import jdk.nashorn.api.scripting._
import rep.protos.peer._
import akka.actor.{Actor, ActorRef, Props, actorRef2Scala}
import rep.storage._
import rep.sc.SandboxDispatcher.{DoTransactionOfSandboxInSingle, ERR_INVOKE_CHAINCODE_NOT_EXIST}
import rep.storage.IdxPrefix.WorldStateKeyPreFix
import org.slf4j.LoggerFactory
import org.json4s._
import rep.log.{RepLogger, RepTimeTracer}
import rep.utils.SerializeUtils.deserialise
import rep.utils.SerializeUtils.serialise
import _root_.com.google.protobuf.ByteString
import rep.storage._
import rep.utils.IdTool
import rep.sc.SandboxDispatcher.{DoTransactionOfSandbox, DoTransactionOfSandboxInSingle, ERR_INVOKE_CHAINCODE_NOT_EXIST}
import rep.protos.peer.Transaction
import rep.utils.SerializeUtils.serialise
/**
* @author c4w