Move fields from Ledger to LedgerInfo.

This commit is contained in:
Tom Ritchford
2015-07-08 12:12:48 -04:00
committed by Vinnie Falco
parent 1b6c707abb
commit c7ebe7205c
33 changed files with 548 additions and 593 deletions

View File

@@ -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,