Skip to content

Commit

Permalink
Update EvmTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
sin3A authored Aug 18, 2023
1 parent c239d06 commit 09285ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/irita/sdk/evm/EvmTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public void testEvm() throws Exception {
* * npx solc Counter.sol -abi -bin -o ./
* * web3j generate solidity --abiFile=Counter_sol_Counter.abi --outputDir=.\bin\ --package=evm
*/
//根据只能合约编译为java版本代码,调用合约
//根据智能合约编译为java版本代码,调用合约
@Test
public void testEvmWithContract() throws Exception {
String nodeUri = "http://127.0.0.1:26657";
Expand Down

0 comments on commit 09285ad

Please sign in to comment.