remove test log

This commit is contained in:
steven 2025-07-15 12:01:39 +08:00
parent e106357366
commit 9bf515459b
No known key found for this signature in database

View file

@ -443,7 +443,6 @@ func (c *BoundContract) transact(opts *TransactOpts, contract *common.Address, i
if opts.NoSend {
return signedTx, nil
}
fmt.Println("nonce:", signedTx.Nonce())
if err := c.transactor.SendTransaction(ensureContext(opts.Context), signedTx); err != nil {
return nil, err
}