mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Move TxMeta to xrpl_core
* add peekNodes() to TxMeta for const access to nodes
This commit is contained in:
@@ -104,6 +104,7 @@ target_sources (xrpl_core PRIVATE
|
||||
src/ripple/protocol/impl/Sign.cpp
|
||||
src/ripple/protocol/impl/TER.cpp
|
||||
src/ripple/protocol/impl/TxFormats.cpp
|
||||
src/ripple/protocol/impl/TxMeta.cpp
|
||||
src/ripple/protocol/impl/UintTypes.cpp
|
||||
src/ripple/protocol/impl/digest.cpp
|
||||
src/ripple/protocol/impl/tokens.cpp
|
||||
@@ -238,6 +239,7 @@ install (
|
||||
src/ripple/protocol/TER.h
|
||||
src/ripple/protocol/TxFlags.h
|
||||
src/ripple/protocol/TxFormats.h
|
||||
src/ripple/protocol/TxMeta.h
|
||||
src/ripple/protocol/UintTypes.h
|
||||
src/ripple/protocol/digest.h
|
||||
src/ripple/protocol/jss.h
|
||||
@@ -484,7 +486,6 @@ target_sources (rippled PRIVATE
|
||||
src/ripple/ledger/impl/PaymentSandbox.cpp
|
||||
src/ripple/ledger/impl/RawStateTable.cpp
|
||||
src/ripple/ledger/impl/ReadView.cpp
|
||||
src/ripple/ledger/impl/TxMeta.cpp
|
||||
src/ripple/ledger/impl/View.cpp
|
||||
#[===============================[
|
||||
main sources:
|
||||
|
||||
Reference in New Issue
Block a user