Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix comment
  • Loading branch information
AL-CT committed Jul 22, 2025
commit 22ee8dc6a3b5a2dd5a9abe27b334d7cd6b7faa69
2 changes: 1 addition & 1 deletion service/popm/popm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ func TestStaticFee(t *testing.T) {
}

cfg.StaticFeeAmount = 3
// shouldn't allow static fee of 0
// should allow static fee of 3
s, err := NewServer(cfg)
if err != nil {
t.Fatal(err)
Expand Down