mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix fees in Ledger construction
Conflicts: src/ripple/app/ledger/Ledger.cpp src/ripple/app/ledger/Ledger.h src/ripple/app/main/Application.cpp src/ripple/ledger/impl/View.cpp src/ripple/ledger/tests/View_test.cpp src/ripple/test/jtx/impl/Env.cpp
This commit is contained in:
@@ -55,10 +55,6 @@ enum FreezeHandling
|
||||
fhZERO_IF_FROZEN
|
||||
};
|
||||
|
||||
Fees
|
||||
getFees (ReadView const& view,
|
||||
Config const& config);
|
||||
|
||||
bool
|
||||
isGlobalFrozen (ReadView const& view,
|
||||
AccountID const& issuer);
|
||||
|
||||
Reference in New Issue
Block a user