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, toAddress,
0, 0,
Amount, Amount,
params.TxGas*10, params.TxGas*1000,
nil, nil,
bytesData, bytesData,
) )

Loading…
Cancel
Save