Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
GalaxySciTech committed Jun 20, 2021
1 parent 12dec9d commit 72d4023
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ If you need the [java-wallet](https://github.com/paipaipaipai/java-wallet) walle

# language selection

- en [English](README_en.md)
- zh_CN [Simplified Chinese](README.md)
- en [English](README.md)
- zh_CN [简体中文](README_zh_CN.md)

# tokencore introduction

Expand All @@ -51,7 +51,7 @@ In your build.gradle
maven { url 'https://jitpack.io' }
}
dependencies {
compile 'com.github.lailaibtc:tokencore:1.2.1'
compile 'com.github.lailaibtc:tokencore:1.2.7'
}
```

Expand All @@ -71,7 +71,7 @@ In your build.gradle
<dependency>
<groupId>com.github.lailaibtc</groupId>
<artifactId>tokencore</artifactId>
<version>1.1.1</version>
<version>1.2.7</version>
</dependency>
```
#### Test sample
Expand Down
4 changes: 2 additions & 2 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}
dependencies {
compile 'com.github.lailaibtc:tokencore:1.2.1'
compile 'com.github.lailaibtc:tokencore:1.2.7'
}
```

Expand All @@ -72,7 +72,7 @@
<dependency>
<groupId>com.github.lailaibtc</groupId>
<artifactId>tokencore</artifactId>
<version>1.1.1</version>
<version>1.2.7</version>
</dependency>
```
#### 测试样例
Expand Down
1 change: 1 addition & 0 deletions src/test/java/org/consenlabs/tokencore/Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ public static void main(String[] args) throws IllegalException {

ApiWrapper tronClient= ApiWrapper.ofMainnet("");
Response.TransactionInfo tx=tronClient.getTransactionInfoById("f3a54e8418edb5a91772e3fe6768a7a4e55fc6c33f212641c239589d8a453a58");
System.out.println(tx);
}

}

0 comments on commit 72d4023

Please sign in to comment.