mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix shadowing variables
This commit is contained in:
@@ -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))
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user