Skip to content

Commit 5b78b73

Browse files
author
Chris Elder
committed
[FAB-3266] Remove TODO from ledger_interface.go
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 <[email protected]>
1 parent a747010 commit 5b78b73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/ledger/ledger_interface.go

-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ type TxSimulator interface {
125125
// (at a later time on a different peer) during committing the transactions
126126
// Different ledger implementation (or configurations of a single implementation) may want to represent the above two pieces
127127
// of information in different way in order to support different data-models or optimize the information representations.
128-
// TODO detailed illustration of a couple of representations.
129128
GetTxSimulationResults() ([]byte, error)
130129
}
131130

0 commit comments

Comments
 (0)