From 69dd8e2985f7e31cab54130054832da0e5f6e363 Mon Sep 17 00:00:00 2001 From: Rongjian Lan Date: Mon, 10 Dec 2018 15:29:50 -0800 Subject: [PATCH] Fix fmt --- harmony/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/harmony/main.go b/harmony/main.go index 55c60e591..6a7821874 100644 --- a/harmony/main.go +++ b/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)