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:
@@ -1027,7 +1027,7 @@ LedgerMaster::findNewLedgersToPublish ()
|
||||
// VFALCO TODO Restructure this code so that zero is not
|
||||
// used.
|
||||
if (! hash)
|
||||
hash = zero; // kludge
|
||||
hash = beast::zero; // kludge
|
||||
if (seq == valSeq)
|
||||
{
|
||||
// We need to publish the ledger we just fully validated
|
||||
|
||||
Reference in New Issue
Block a user