Removed DAO soft fork traces (#1640)

This commit is contained in:
Arkadiy Paronyan
2016-07-16 19:50:13 +02:00
committed by Gav Wood
parent 2cf4549d01
commit a453bab9e8
4 changed files with 0 additions and 31 deletions

View File

@@ -169,7 +169,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),