Ensure parameter names match between headers and implementation

This commit is contained in:
Alex Beregszaszi
2017-09-20 01:23:21 +01:00
parent 137b214be4
commit aad829948a
10 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -262,7 +262,7 @@ protected:
void sendMessage(bytes const& _data, bool _isCreation, u256 const& _value = 0);
void sendEther(Address const& _to, u256 const& _value);
size_t currentTimestamp();
size_t blockTimestamp(u256 number);
size_t blockTimestamp(u256 _number);
/// @returns the (potentially newly created) _ith address.
Address account(size_t _i);