Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 0 additions & 2 deletions relayer/listener.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ const (
type Listener struct {
Subscriber vms.Subscriber
currentRequestID uint32
contractMessage vms.ContractMessage
logger logging.Logger
sourceBlockchain config.SourceBlockchain
catchUpResultChan chan bool
Expand Down Expand Up @@ -131,7 +130,6 @@ func newListener(
lstnr := Listener{
Subscriber: sub,
currentRequestID: rand.Uint32(), // Initialize to a random value to mitigate requestID collision
contractMessage: vms.NewContractMessage(logger, sourceBlockchain),
logger: logger,
sourceBlockchain: sourceBlockchain,
catchUpResultChan: catchUpResultChan,
Expand Down
25 changes: 0 additions & 25 deletions vms/contract_message.go

This file was deleted.

48 changes: 0 additions & 48 deletions vms/evm/contract_message.go

This file was deleted.

89 changes: 0 additions & 89 deletions vms/evm/contract_message_test.go

This file was deleted.