From 8efa22d61df435089331d514909cf370406bc37c Mon Sep 17 00:00:00 2001 From: CJentzsch Date: Sat, 2 May 2015 15:46:35 +0200 Subject: [PATCH] build fix --- libethereum/Client.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libethereum/Client.cpp b/libethereum/Client.cpp index 63120cfa3..0643ea31a 100644 --- a/libethereum/Client.cpp +++ b/libethereum/Client.cpp @@ -735,6 +735,7 @@ eth::State Client::state(unsigned _txi) const ETH_READ_GUARDED(x_postMine) return m_postMine.fromPending(_txi); assert(false); + return State(); } void Client::flushTransactions()