Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Drobny <[email protected]>
  • Loading branch information
vdrobnyi committed Feb 24, 2018
1 parent 848ac85 commit b2b80af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irohad/ametsuchi/impl/postgres_block_query.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ namespace iroha {
if (it != block.transactions().end()) {
result = boost::optional<wTransaction>(wTransaction((*it)->copy()));
}
ai return result;
return result;
};
}

Expand Down

0 comments on commit b2b80af

Please sign in to comment.