Skip to content

Commit

Permalink
killed price field from transaction table
Browse files Browse the repository at this point in the history
  • Loading branch information
rwcarlsen committed Feb 27, 2014
1 parent c5f8cd3 commit 88111f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/trade_executor.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ class TradeExecutor {
->AddVal("ReceiverId", requester->id())
->AddVal("ResourceId", rsrc->id())
->AddVal("Commodity", trade.request->commodity())
->AddVal("Price", trade.price)
->AddVal("Time", ctx->time())
->Record();
}
Expand Down

0 comments on commit 88111f1

Please sign in to comment.