Skip to content

Commit

Permalink
Merge pull request #1973 from vuittont60/master
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
NickSneo authored Oct 19, 2023
2 parents 919e93e + ac265b7 commit 9ee5b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/web3j/tx/Transfer.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public Transfer(Web3j web3j, TransactionManager transactionManager) {
}

/**
* Given the duration required to execute a transaction, asyncronous execution is strongly
* Given the duration required to execute a transaction, asynchronous execution is strongly
* recommended via {@link Transfer#sendFunds(String, BigDecimal, Convert.Unit)}.
*
* @param toAddress destination address
Expand Down

0 comments on commit 9ee5b4f

Please sign in to comment.