Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 57f7542

Browse files
author
Samuel Furter
committed
web3-module example updated
1 parent 801abcb commit 57f7542

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/web3-module.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,13 @@ Example
6767
}
6868
6969
logs(options) {
70-
return new LogSubscription(options, Utils, formatters, this, new GetPastLogsMethod(Utils, formatters, this));
70+
return new LogSubscription(
71+
options,
72+
Utils,
73+
formatters,
74+
this,
75+
new GetPastLogsMethod(Utils, formatters, this)
76+
);
7177
}
7278
}
7379

0 commit comments

Comments
 (0)