Better handling of Solidity compliation (#4860)
* Better use of SW * Safe-guard against pending SW register bug (in Chrome) * Added a simple Worker for Solidity compilation
This commit is contained in:
committed by
Gav Wood
parent
1c37ea5860
commit
e73d867dab
@@ -294,7 +294,7 @@ contract multisig {
|
||||
|
||||
// TODO: document
|
||||
function execute(address _to, uint _value, bytes _data) external returns (bytes32 o_hash);
|
||||
function confirm(bytes32 _h) external returns (bool o_success);
|
||||
function confirm(bytes32 _h) returns (bool o_success);
|
||||
}
|
||||
|
||||
// usage:
|
||||
|
||||
Reference in New Issue
Block a user