mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove using namespace beast in base_uint.h
This commit is contained in:
@@ -84,7 +84,7 @@ invoke_preclaim(PreclaimContext const& ctx)
|
||||
// list one, preflight will have already a flagged a failure.
|
||||
auto const id = ctx.tx.getAccountID(sfAccount);
|
||||
|
||||
if (id != zero)
|
||||
if (id != beast::zero)
|
||||
{
|
||||
TER result = T::checkSeq(ctx);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user