Skip to content

Commit

Permalink
fix make deploy-sc error (#38)
Browse files Browse the repository at this point in the history
* update

* update

* update
  • Loading branch information
zjg555543 authored Nov 14, 2023
1 parent ba6ae61 commit 9e945f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/scripts/deploy_sc/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ func ethTransfer(ctx context.Context, client *ethclient.Client, auth *bind.Trans

log.Infof("sending transfer tx")
err = client.SendTransaction(ctx, signedTx)
chkErr(err)
// The latest geth client return error is: "transaction would cause overdraft",ignore it
// chkErr(err)
log.Infof("tx sent: %v", signedTx.Hash().Hex())

rlp, err := signedTx.MarshalBinary()
Expand Down

0 comments on commit 9e945f8

Please sign in to comment.