Skip to content

Commit

Permalink
fix: add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
DiRaiks committed Aug 24, 2023
1 parent c9873a4 commit 4cca8df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/sdk/src/sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ export class LidoSDK {
readonly staking: LidoSDKStaking;

constructor(props: LidoSDKCoreProps) {
// Core functionality
this.core = new LidoSDKCore(props, version);
// Staking functionality
this.staking = new LidoSDKStaking({ ...props, core: this.core });
}
}

0 comments on commit 4cca8df

Please sign in to comment.