mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Move fields from Ledger to LedgerInfo.
This commit is contained in:
committed by
Vinnie Falco
parent
1b6c707abb
commit
c7ebe7205c
@@ -41,7 +41,6 @@
|
||||
#include <vector>
|
||||
|
||||
namespace ripple {
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
//
|
||||
// Observers
|
||||
@@ -255,7 +254,7 @@ accountSend (ApplyView& view,
|
||||
AccountID const& to,
|
||||
const STAmount & saAmount);
|
||||
|
||||
TER
|
||||
TER
|
||||
issueIOU (ApplyView& view,
|
||||
AccountID const& account,
|
||||
STAmount const& amount,
|
||||
|
||||
Reference in New Issue
Block a user