mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Peers have IDs to solve duplicate peers issue.
No post-mine state visible in advance. Additional parts of protocol no longer optional. Protocol version bump. Various GUI improvements. Better (more dynamic) and more correct handling of fee structure.
This commit is contained in:
parent
27dfbf1962
commit
38faf687ae
@ -41,7 +41,6 @@ int cryptoTest()
|
||||
|
||||
Transaction t;
|
||||
t.nonce = 0;
|
||||
t.fee = 0;
|
||||
t.value = 1; // 1 wei.
|
||||
t.receiveAddress = toAddress(sha3("123"));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user