File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
modules/utxo-staking/src/babylon Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -44,21 +44,6 @@ export class BabylonDescriptorBuilder {
4444 finalityProviderKeys : Buffer [ ] ;
4545 } & StakingParams
4646 ) : BabylonDescriptorBuilder {
47- /*
48-
49- const stakerKey = getECKey('staker');
50- const covenantThreshold = stakingParams.covenantQuorum;
51- const stakingTimelock = stakingParams.minStakingTimeBlocks;
52- const unbondingTimelock = stakingParams.unbondingTime;
53- const vendorBuilder = new vendor.StakingScriptData(
54- getXOnlyPubkey(stakerKey),
55- finalityProviderKeys.map(getXOnlyPubkey),
56- covenantKeys.map(getXOnlyPubkey),
57- covenantThreshold,
58- stakingTimelock,
59- unbondingTimelock
60- );
61- */
6247 return new BabylonDescriptorBuilder (
6348 params . stakerKey ,
6449 params . finalityProviderKeys ,
You can’t perform that action at this time.
0 commit comments