Skip to content

Commit e24068f

Browse files
committed
BIP Halfagg: Match IncAggregate signature in Aggregate
1 parent 87cb84d commit e24068f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

half-aggregation.mediawiki

+2-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ Input:
123123
124124
'''''Aggregate(pms<sub>0..u-1</sub>)''''':
125125
* Let ''aggsig = bytes(0)''
126-
* Return ''IncAggregate(aggsig, pms<sub>0..u-1</sub>)''; fail if that fails.
126+
* Let ''pm_aggd = []''
127+
* Return ''IncAggregate(aggsig, pm_aggd, pms<sub>0..u-1</sub>)''; fail if that fails.
127128
128129
==== IncAggregate ====
129130

0 commit comments

Comments
 (0)