Skip to content

Commit

Permalink
Debug authorizer rewards
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayashsatolia403 committed Nov 9, 2023
1 parent c2042b8 commit 0fa222c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/cli_tests/zwalletcli_authorizer_rewards_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ func TestAuthorizerRewards(testSetup *testing.T) {
require.Greater(t, len(output), 0)
require.Contains(t, output[len(output)-1], "Done.")

t.Log(output)

time.Sleep(20 * time.Second)

feeRewardAuthorizerAfterMint, err := getQueryRewards(t, feeRewardAuthorizerQuery)
Expand Down

0 comments on commit 0fa222c

Please sign in to comment.