Skip to content

Commit 872e56d

Browse files
authored
Merge pull request #7180 from BitGo/SC-3399
feat: change the netUID data type from string to number for Tao Staking
2 parents f2045ca + a4eba23 commit 872e56d

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?: string;
173+
netUID?: number;
174174
}
175175

176176
export interface UnstakeOptions {

0 commit comments

Comments
 (0)