Skip to content

Commit 54dc1a3

Browse files
feat: remove staking feature for lightning
It is done automatically by deposits into the wallet, a different way than typical staking BTC-000
1 parent 46c88f3 commit 54dc1a3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

modules/statics/src/lightning.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ interface LightningConstructorOptions {
1717
export class LightningCoin extends BaseCoin {
1818
public static readonly DEFAULT_FEATURES = [
1919
CoinFeature.LIGHTNING_MODEL,
20-
CoinFeature.STAKING,
2120
CoinFeature.CUSTODY,
2221
CoinFeature.CUSTODY_BITGO_TRUST,
2322
];

0 commit comments

Comments
 (0)