Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit 8c0fc4b

Browse files
committed
chagne import file from web3j to caver-java one
1 parent 6a6837c commit 8c0fc4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-test/src/test/java/com/klaytn/caver/model/executor/ContractExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
import com.klaytn.caver.model.dto.TestComponent;
2525
import com.klaytn.caver.model.dto.Transaction;
2626
import com.klaytn.caver.tx.SmartContract;
27+
import com.klaytn.caver.tx.gas.DefaultGasProvider;
2728
import org.web3j.protocol.core.RemoteCall;
2829
import org.web3j.tx.gas.ContractGasProvider;
29-
import org.web3j.tx.gas.DefaultGasProvider;
3030

3131
import java.lang.reflect.Method;
3232
import java.util.ArrayList;

0 commit comments

Comments
 (0)