Skip to content

Commit

Permalink
🚀 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lingting committed Mar 2, 2021
1 parent b87f8c7 commit 3bb6e48
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<url>https://github.com/lingting-gzm/VirtualCurrency</url>

<properties>
<revision>0.4.0-SNAPSHOT</revision>
<revision>0.4.0</revision>
<scm.url>[email protected]:lingting-gzm/VirtualCurrency.git</scm.url>

<java.version>1.8</java.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
* @author lingting 2021/3/2 16:29
*/
public class TronConstants {
public static final String API_KEY_HEADER= "TRON-PRO-API-KEY";

public static final String API_KEY_HEADER = "TRON-PRO-API-KEY";

}
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class NodeInfo {

@SneakyThrows
public static NodeInfo of(TronscanProperties properties) {
return TronscanModelUtils.get(properties,"wallet/getnodeinfo", NodeInfo.class);
return TronscanModelUtils.get(properties, "wallet/getnodeinfo", NodeInfo.class);
}

@JsonProperty("activeConnectCount")
Expand Down

0 comments on commit 3bb6e48

Please sign in to comment.