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 #96 from sirano11/release_package
Browse files Browse the repository at this point in the history
Move kct package
  • Loading branch information
kale authored Apr 28, 2020
2 parents c118679 + c8b8971 commit bc83601
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.klaytn.caver.tx.kct;
package com.klaytn.caver.kct;

import com.klaytn.caver.Caver;
import com.klaytn.caver.crypto.KlayCredentials;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.klaytn.caver.tx.kct;
package com.klaytn.caver.kct;

import com.klaytn.caver.Caver;
import com.klaytn.caver.crypto.KlayCredentials;
Expand Down
10 changes: 2 additions & 8 deletions core/src/test/java/com/klaytn/caver/feature/KIP17Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,13 @@
import com.klaytn.caver.Caver;
import com.klaytn.caver.crypto.KlayCredentials;
import com.klaytn.caver.methods.response.KlayAccount;
import com.klaytn.caver.methods.response.KlayAccountKey;
import com.klaytn.caver.methods.response.KlayTransactionReceipt;
import com.klaytn.caver.tx.gas.DefaultGasProvider;
import com.klaytn.caver.tx.kct.KIP17;
import com.klaytn.caver.tx.kct.KIP7;
import com.klaytn.caver.kct.KIP17;
import com.klaytn.caver.kct.KIP7;
import com.klaytn.caver.tx.manager.TransactionManager;
import com.klaytn.caver.utils.ChainId;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.web3j.crypto.ECKeyPair;
import org.web3j.crypto.Keys;
import org.web3j.protocol.core.DefaultBlockParameterName;
import org.web3j.tx.gas.StaticGasProvider;
import org.web3j.utils.Numeric;
Expand Down
4 changes: 1 addition & 3 deletions core/src/test/java/com/klaytn/caver/feature/KIP7Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@
import com.klaytn.caver.methods.response.KlayAccount;
import com.klaytn.caver.methods.response.KlayTransactionReceipt;
import com.klaytn.caver.tx.gas.DefaultGasProvider;
import com.klaytn.caver.tx.kct.KIP17;
import com.klaytn.caver.tx.kct.KIP7;
import com.klaytn.caver.kct.KIP7;
import com.klaytn.caver.tx.manager.TransactionManager;
import org.junit.BeforeClass;
import org.junit.Test;
import org.web3j.protocol.core.DefaultBlockParameterName;
import org.web3j.tx.gas.StaticGasProvider;
import org.web3j.utils.Numeric;

import java.math.BigInteger;
Expand Down

0 comments on commit bc83601

Please sign in to comment.