Skip to content

Commit

Permalink
chore: add comment for dummy txn receipt
Browse files Browse the repository at this point in the history
  • Loading branch information
renlulu committed Aug 13, 2024
1 parent 8e3cb57 commit 64a3e08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chainio/txmgr/simple.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ func (m *SimpleTxManager) WithGasLimitMultiplier(multiplier float64) *SimpleTxMa
// If you pass in a signed transaction it will ignore the signature
// and resign the transaction after adding the nonce and gas limit.
// To check out the whole flow on how this works, check out the README.md in this folder
// One should be aware of that if waitForReceipt is set to false, the function returns a dummy transaction
// receipt with a transaction hash.
func (m *SimpleTxManager) Send(
ctx context.Context,
tx *types.Transaction,
Expand Down

0 comments on commit 64a3e08

Please sign in to comment.