mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Upgrade ripple-lib. Fix OS X warnings
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
"lodash": "^3.5.0",
|
||||
"mocha": "^2.1.0",
|
||||
"request": "^2.47.0",
|
||||
"ripple-lib": "0.13.0-rc6",
|
||||
"ripple-lib": "0.13.0-rc6.0",
|
||||
"simple-jsonrpc": "~0.0.2"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
@@ -313,7 +313,7 @@ public:
|
||||
mHeldTransactions.insert (transaction->getSTransaction ());
|
||||
}
|
||||
|
||||
void switchLCL (Ledger::pointer lastClosed)
|
||||
void switchLCL (Ledger::pointer lastClosed) override
|
||||
{
|
||||
assert (lastClosed);
|
||||
|
||||
@@ -336,7 +336,8 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
bool fixIndex (LedgerIndex ledgerIndex, LedgerHash const& ledgerHash)
|
||||
bool
|
||||
fixIndex (LedgerIndex ledgerIndex, LedgerHash const& ledgerHash) override
|
||||
{
|
||||
return mLedgerHistory.fixIndex (ledgerIndex, ledgerHash);
|
||||
}
|
||||
@@ -1283,7 +1284,7 @@ public:
|
||||
}
|
||||
|
||||
// The current ledger is the ledger we believe new transactions should go in
|
||||
std::shared_ptr<ReadView const> getCurrentLedger ()
|
||||
std::shared_ptr<ReadView const> getCurrentLedger () override
|
||||
{
|
||||
return app_.openLedger().current();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user