// AddContractKeyAndAddress is used to add smart contract related information when node restart and resume with previous state
func(node*Node)AddContractKeyAndAddress(){
// faucet contract
contractDeployerKey,_:=ecdsa.GenerateKey(crypto.S256(),strings.NewReader("Test contract key string stream that is fixed so that generated test key are deterministic every time"))