Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
fix: print
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Sep 21, 2023
1 parent 7b42c35 commit 77289e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/qgb_network.go
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ func (network QGBNetwork) WaitForEventNonce(ctx context.Context, bridge *qgbwrap
}

func (network QGBNetwork) UpdateDataCommitmentWindow(ctx context.Context, newWindow uint64) error {
fmt.Println(fmt.Printf("updating data commitment window %d", newWindow))
fmt.Printf("updating data commitment window %d\n", newWindow)
kr, err := keyring.New(
"qgb-tests",
"test",
Expand Down

0 comments on commit 77289e1

Please sign in to comment.