Create transactions offer_create & offer_cancel.

This commit is contained in:
Arthur Britto
2012-07-13 15:32:03 -07:00
parent 3982a67dbe
commit 81def6601f
3 changed files with 101 additions and 1 deletions

View File

@@ -360,7 +360,6 @@ bool NetworkOPs::checkLastClosedLedger(const std::vector<Peer::pointer>& peerLis
++ourVC.nodesUsing;
ourVC.highNode = theApp->getWallet().getNodePublic();
}
for (std::vector<Peer::pointer>::const_iterator it = peerList.begin(), end = peerList.end(); it != end; ++it)
{