From ebe99dc8106fce19f4cbf69fc310110a81e6b9b3 Mon Sep 17 00:00:00 2001 From: vbuterin Date: Fri, 27 Nov 2015 13:24:20 -0300 Subject: [PATCH] Update eip-2.mediawiki --- EIPS/eip-2.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-2.mediawiki b/EIPS/eip-2.mediawiki index 9ae72887..f265acbd 100644 --- a/EIPS/eip-2.mediawiki +++ b/EIPS/eip-2.mediawiki @@ -9,7 +9,7 @@ ==Specification== -If block.number >= HOMESTEAD_FORK_BLKNUM (eg. 720000 [NOT YET SET IN STONE\!] on livenet and Morden, 0 on future testnets), do the following: +If block.number >= HOMESTEAD_FORK_BLKNUM (eg. 720000 (NOT YET SET IN STONE!) on livenet and Morden, 0 on future testnets), do the following: # The gas cost ''for creating contracts via a transaction'' is increased from 21000 to 53000, ie. if you send a transaction and the to address is the empty string, the initial gas subtracted is 53000 plus the gas cost of the tx data, rather than 21000 as is currently the case. Contract creation from a contract using the CREATE opcode is unaffected. # All transaction signatures whose s-value is greater than secp256k1n/2 are now considered invalid.