Skip to content

Commit 8202e7a

Browse files
committed
fix: change the netUID data type from number to string for Tao Staking
Ticket: SC-3399
1 parent c9c05e4 commit 8202e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/sdk-core/src/bitgo/staking/iStakingWallet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export interface TaoStakeOptions extends StakeOptions {
170170
/**
171171
* tao staking netUID
172172
*/
173-
netUID?: number;
173+
netUID?: string;
174174
}
175175

176176
export interface UnstakeOptions {

0 commit comments

Comments
 (0)