Skip to content

Commit

Permalink
fix: add missing signer topic (#1671)
Browse files Browse the repository at this point in the history
Co-authored-by: janniks <[email protected]>
  • Loading branch information
janniks and janniks authored Apr 11, 2024
1 parent 61d9d98 commit 9db023e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/stacking/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ export function ensureSignerArgsReadiness({
export enum Pox4SignatureTopic {
StackStx = 'stack-stx',
AggregateCommit = 'agg-commit',
AggregateIncrease = 'agg-increase',
StackExtend = 'stack-extend',
StackIncrease = 'stack-increase',
}
Expand Down

0 comments on commit 9db023e

Please sign in to comment.