Skip to content

Commit

Permalink
fix: rename acoin back to correct denom
Browse files Browse the repository at this point in the history
  • Loading branch information
troykessler committed Jun 7, 2024
1 parent b8be012 commit e69b167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testutil/integration/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const (

var (
KYVE_DENOM = globalTypes.Denom
A_DENOM = "zcoin"
A_DENOM = "acoin"
B_DENOM = "bcoin"
C_DENOM = "ccoin"
)
Expand Down

0 comments on commit e69b167

Please sign in to comment.