Skip to content

Commit

Permalink
HACKHACK: I think bug in celestia-app testnode that prevents custom c…
Browse files Browse the repository at this point in the history
…hain-ids
  • Loading branch information
rootulp committed Jul 4, 2024
1 parent 4857abe commit a5650ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nodebuilder/tests/swamp/swamp.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ func NewSwamp(t *testing.T, options ...Option) *Swamp {
// Now, we are making an assumption that consensus mechanism is already tested out
// so, we are not creating bridge nodes with each one containing its own core client
// instead we are assigning all created BNs to 1 Core from the swamp
ic.WithChainID("private")
cctx := core.StartTestNodeWithConfig(t, ic)
swp := &Swamp{
t: t,
Expand Down

0 comments on commit a5650ac

Please sign in to comment.