Skip to content

Commit

Permalink
More logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanIliev545 committed Sep 4, 2024
1 parent 14d31d9 commit 50a6c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/host/l1/publisher.go
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ func (p *Publisher) PublishCrossChainBundle(bundle *common.ExtCrossChainBundle,
return fmt.Errorf("unable to get receipt for cross chain bundle transaction. Cause: %w", err)
}

p.logger.Info("Successfully submitted bundle", log.BundleHashKey, bundle.LastBatchHash, "bundleRoots", bundle.CrossChainRootHashes.ToHexString())
p.logger.Info("Successfully submitted bundle", log.BundleHashKey, bundle.LastBatchHash, "bundleRoots", bundle.CrossChainRootHashes.ToHexString(), "managementContract", *p.mgmtContractLib.GetContractAddr())
return nil
}

Expand Down

0 comments on commit 50a6c70

Please sign in to comment.