pull/136/head
Rongjian Lan 6 years ago
parent c90be981a7
commit 69dd8e2985
  1. 1
      harmony/main.go

@ -148,7 +148,6 @@ func main() {
fmt.Println(state.GetBalance(contractAddress))
fmt.Println(state.GetCodeHash(contractAddress))
callData := "0x27c78c4200000000000000000000000024182601fe6e2e5da0b831496cc0489b7173b44f"
callEnc := common.FromHex(callData)
tx, _ = types.SignTx(types.NewTransaction(nonce+uint64(11), contractAddress, 0, big.NewInt(0), params.TxGasContractCreation*10, nil, callEnc), types.HomesteadSigner{}, testBankKey)

Loading…
Cancel
Save