Skip to content

Commit

Permalink
[FAB-3266] Remove TODO from ledger_interface.go
Browse files Browse the repository at this point in the history
The following TODO in ledger_interface.go is from
early development, is no longer needed and can be removed:

// TODO detailed illustration of a couple of representations.

Change-Id: I31809b9d28a6da39d28440edb72d5d8faf1b2003
Signed-off-by: Chris Elder <chris.elder@us.ibm.com>
  • Loading branch information
Chris Elder committed Apr 19, 2017
1 parent a747010 commit 5b78b73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/ledger/ledger_interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ type TxSimulator interface {
// (at a later time on a different peer) during committing the transactions
// Different ledger implementation (or configurations of a single implementation) may want to represent the above two pieces
// of information in different way in order to support different data-models or optimize the information representations.
// TODO detailed illustration of a couple of representations.
GetTxSimulationResults() ([]byte, error)
}

Expand Down

0 comments on commit 5b78b73

Please sign in to comment.