Move Wallet files to ripple_ledger module

This commit is contained in:
Vinnie Falco
2013-05-22 17:34:12 -07:00
parent 6775ae60e0
commit d2fecb5364
6 changed files with 46 additions and 40 deletions

View File

@@ -1,5 +1,5 @@
#include "Transactor.h"
#ifndef WALLETADDTRANSACTOR_H
#define WALLETADDTRANSACTOR_H
class WalletAddTransactor : public Transactor
{
@@ -8,5 +8,6 @@ public:
TER doApply();
};
#endif
// vim:ts=4