Increase gas limit for lottery pick winner

pull/788/head
Rongjian Lan 6 years ago
parent 9f7500f2e9
commit da790b09cb
  1. 2
      node/demo_contract.go

@ -194,7 +194,7 @@ func (node *Node) CreateTransactionForPickWinner() error {
toAddress,
0,
Amount,
params.TxGas*10,
params.TxGas*1000,
nil,
bytesData,
)

Loading…
Cancel
Save