Fix shadowing variables

This commit is contained in:
seelabs
2019-08-13 14:26:02 -07:00
parent 014df67fed
commit b9e73b4852
55 changed files with 460 additions and 444 deletions

View File

@@ -121,8 +121,8 @@ struct Escrow_test : public beast::unit_test::suite
public:
explicit
condition (Slice condition)
: value_ (strHex(condition))
condition (Slice cond)
: value_ (strHex(cond))
{
}