Skip to content

Commit c3236ba

Browse files
committed
BIP Halfagg: Match IncAggregate signature in Aggregate
1 parent 544f123 commit c3236ba

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'' be an empty array
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)