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

Commit 0972096

Browse files
committed
Align comment with code
1 parent 016394d commit 0972096

File tree

1 file changed

+1
-1
lines changed
  • new_project/examples/separate_apps/src

1 file changed

+1
-1
lines changed

new_project/examples/separate_apps/src/maker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ import { createActor, sleep } from "./lib";
167167
// The comit network daemon (cnd) processes new incoming blocks faster than etherjs.
168168
// This results in the final balance not being printed correctly, even though the redeem transaction was already
169169
// noticed by cnd.
170-
// In order to make sure the final balance is printed correctly we thus sleep for 500ms here.
170+
// In order to make sure the final balance is printed correctly we thus sleep for 1 second here.
171171
await sleep(1000);
172172

173173
// print balances after swapping

0 commit comments

Comments
 (0)