Skip to content

Commit 0813241

Browse files
committed
TODO update
ya jokers
1 parent 053f2de commit 0813241

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/src/fusion.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1366,6 +1366,8 @@ class Fusion {
13661366

13671367
// TODO check the components list and see if there are enough inputs/outputs
13681368
// for there to be significant privacy.
1369+
//
1370+
// This is also a TODO in the Python reference: https://github.com/Electron-Cash/Electron-Cash/blob/397f43c848e270a7405795c4643a2805d872675f/electroncash_plugins/fusion/fusion.py#L936-L937
13691371

13701372
List<List<int>> allCommitmentsInts = allCommitments
13711373
.map((commitment) => commitment.writeToBuffer().toList())

0 commit comments

Comments
 (0)