Skip to content

Commit 921f824

Browse files
change default gas limit to max gas limit
1 parent 8ffb1ea commit 921f824

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

transaction.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ type transactionCanonicalForm struct {
111111
}
112112

113113
// DefaultTransactionGasLimit should be high enough for small transactions
114-
const DefaultTransactionGasLimit = 1000
114+
const DefaultTransactionGasLimit = 9999
115115

116116
// NewTransaction initializes and returns an empty transaction.
117117
func NewTransaction() *Transaction {

0 commit comments

Comments
 (0)