Removed DAO soft fork traces (#1639)

This commit is contained in:
Arkadiy Paronyan
2016-07-16 19:49:52 +02:00
committed by Gav Wood
parent d8472a8031
commit 5dba43178b
4 changed files with 0 additions and 34 deletions

View File

@@ -170,7 +170,6 @@ fn transaction_error(error: EthcoreError) -> Error {
format!("Transaction cost exceeds current gas limit. Limit: {}, got: {}. Try decreasing supplied gas.", limit, got)
},
InvalidGasLimit(_) => "Supplied gas is beyond limit.".into(),
DAORescue => "Transaction removes funds from a DAO.".into(),
};
Error {
code: ErrorCode::ServerError(error_codes::TRANSACTION_ERROR),