Skip to content

Commit 1fd302b

Browse files
committed
fix(sdk-core): change expireAt for btc staking to string
Ticket: SC-638 TICKET: SC-638
1 parent 1815cdf commit 1fd302b

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
@@ -109,7 +109,7 @@ export interface StakeOptions {
109109
/**
110110
* btc staking expire time
111111
*/
112-
expireAt?: number;
112+
expireAt?: string;
113113

114114
/**
115115
* btc staking reward address

0 commit comments

Comments
 (0)