Skip to content

Commit

Permalink
[issue-664]: fix invalid address name in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
boldchains committed Dec 1, 2020
1 parent e26f3a6 commit fded9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/infrastructure/IListener.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export interface IListener {
* Each time an aggregate bonded transaction is announced,
* it emits a new message with the transaction hash in the event stream.
*
* @param address address we listen when a transaction is confirmed or rejected
* @param unresolvedAddress unresolved address we listen when a transaction is confirmed or rejected
* @param transactionHash the transaction hash filter.
* @return an observable stream of Strings with the transaction hash
*/
Expand Down

0 comments on commit fded9e7

Please sign in to comment.