CmdUndo: Outlined processing

This commit is contained in:
Paul Beckingham 2016-03-19 09:37:39 -04:00
parent ae0482905a
commit 3c9435ca6c

View file

@ -31,6 +31,10 @@
int CmdUndo ()
{
std::cout << "# undo\n";
// TODO Extract most recent transaction.
// TODO Apply inverse.
return 0;
}