mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove using namespace beast in base_uint.h
This commit is contained in:
@@ -78,7 +78,7 @@ class Taker_test : public beast::unit_test::suite
|
||||
return Amounts (offer.in.zeroed (), offer.out.zeroed ());
|
||||
|
||||
// we need to emulate "unfunded offers" behavior
|
||||
if (get_funds (AccountID (0x4702), offer.out) == zero)
|
||||
if (get_funds (AccountID (0x4702), offer.out) == beast::zero)
|
||||
return Amounts (offer.in.zeroed (), offer.out.zeroed ());
|
||||
|
||||
if (done ())
|
||||
|
||||
Reference in New Issue
Block a user