Skip to content

Commit 470a2ab

Browse files
author
wangzihe
committed
Add stest http case
1 parent d2f60c0 commit 470a2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/stest/tron/wallet/common/client/utils/HttpMethed.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ public static String triggerContractGetTxid(String httpNode, byte[] ownerAddress
598598
logger.info(transactionString);
599599

600600
transactionSignString = gettransactionsign(httpNode,parseStringContent(transactionString)
601-
it st .getString("transaction"),fromKey);
601+
.getString("transaction"),fromKey);
602602
logger.info(transactionSignString);
603603
response = broadcastTransaction(httpNode,transactionSignString);
604604
} catch (Exception e) {

0 commit comments

Comments
 (0)