Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into BCFR-1071-multinode-adaptor
Browse files Browse the repository at this point in the history
DylanTinianov authored Jan 21, 2025
2 parents 34e81e3 + f73e2f8 commit de533c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions multinode/transaction_sender.go
Original file line number Diff line number Diff line change
@@ -71,6 +71,10 @@ type TransactionSender[TX any, RESULT SendTxResult, CHAIN_ID ID, RPC SendTxRPCCl
chStop services.StopChan
}

func (txSender *TransactionSender[TX, RESULT, CHAIN_ID, RPC]) Name() string {
return txSender.lggr.Name()
}

// SendTransaction - broadcasts transaction to all the send-only and primary nodes in MultiNode.
// A returned nil or error does not guarantee that the transaction will or won't be included. Additional checks must be
// performed to determine the final state.

0 comments on commit de533c7

Please sign in to comment.