Skip to content

Commit bec1791

Browse files
authored
fix(sdk-core): change expireAt for btc staking to string
2 parents 1815cdf + 1fd302b commit bec1791

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)