We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e2b13 commit bd62506Copy full SHA for bd62506
modules/utxo-staking/src/babylon/descriptor.ts
@@ -17,7 +17,7 @@ function pk(b: Buffer): ast.MiniscriptNode {
17
return { 'v:pk': b.toString('hex') };
18
}
19
20
-function sortedKeys(keys: Buffer[]): Buffer[] {
+export function sortedKeys(keys: Buffer[]): Buffer[] {
21
return [...keys].sort((a, b) => a.compare(b));
22
23
0 commit comments