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

Commit

Permalink
Merge pull request #81 from leejh903/fix-bug-integration-test
Browse files Browse the repository at this point in the history
change import file in integrate-test from web3j to caver-java one
  • Loading branch information
jimni1222 authored Mar 25, 2020
2 parents 6a6837c + 8c0fc4b commit 89f8def
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
import com.klaytn.caver.model.dto.TestComponent;
import com.klaytn.caver.model.dto.Transaction;
import com.klaytn.caver.tx.SmartContract;
import com.klaytn.caver.tx.gas.DefaultGasProvider;
import org.web3j.protocol.core.RemoteCall;
import org.web3j.tx.gas.ContractGasProvider;
import org.web3j.tx.gas.DefaultGasProvider;

import java.lang.reflect.Method;
import java.util.ArrayList;
Expand Down

0 comments on commit 89f8def

Please sign in to comment.