Skip to content

Commit aba206e

Browse files
OttoAllmendingerllm-git
andcommitted
feat(babylonlabs-io-btc-staking-ts): change createBtcDelegationMsg method to public
Make the createBtcDelegationMsg method public to allow access from outside the BabylonBtcStakingManager class. Issue: BTC-2143 Co-authored-by: llm-git <[email protected]>
1 parent 28e1936 commit aba206e

File tree

1 file changed

+1
-1
lines changed
  • modules/babylonlabs-io-btc-staking-ts/src/staking

1 file changed

+1
-1
lines changed

modules/babylonlabs-io-btc-staking-ts/src/staking/manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ export class BabylonBtcStakingManager {
801801
* @param inclusionProof - The inclusion proof of the staking transaction.
802802
* @returns The protobuf message.
803803
*/
804-
private async createBtcDelegationMsg(
804+
public async createBtcDelegationMsg(
805805
channel: "delegation:create" | "delegation:register",
806806
stakingInstance: Staking,
807807
stakingInput: StakingInputs,

0 commit comments

Comments
 (0)