Begin work to track transactions involvings spends from local accounts.

This commit is contained in:
JoelKatz
2012-01-08 23:58:13 -08:00
parent fa16bb430b
commit 2782c2dafe
5 changed files with 163 additions and 129 deletions

View File

@@ -14,8 +14,8 @@
#include "newcoin.pb.h"
#include "Hanko.h"
#include "Serializer.h"
#include "Wallet.h"
#include "SHAMap.h"
#include "LocalAccount.h"
/*
We could have made something that inherited from the protobuf transaction but this seemed simpler