mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-30 23:45:48 +00:00
Remove using namespace beast in base_uint.h
This commit is contained in:
@@ -285,7 +285,7 @@ private:
|
||||
ledger->info().hash, ledger->info().seq,
|
||||
InboundLedger::Reason::GENERIC);
|
||||
}
|
||||
return hash ? *hash : zero; // kludge
|
||||
return hash ? *hash : beast::zero; // kludge
|
||||
}
|
||||
|
||||
/** Process a single ledger
|
||||
|
||||
Reference in New Issue
Block a user