Skip to content

Commit 7b926a9

Browse files
authored
Merge pull request #7273 from BitGo/SC-3399-01
fix: change the netUID data type from number to string for Tao Staking
2 parents c9c05e4 + 8202e7a commit 7b926a9

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)