Skip to content

Commit

Permalink
Merge pull request #53 from bloxapp/vc/remove-amount-cluster
Browse files Browse the repository at this point in the history
Vc/remove amount cluster
  • Loading branch information
vadiminc authored Aug 30, 2023
2 parents 6571069 + aa538d2 commit cc9e5cd
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 17 deletions.
4 changes: 2 additions & 2 deletions dist/esbuild/main.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/esbuild/main.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions dist/tsc/src/lib/KeyShares/KeySharesData/KeySharesPayload.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/tsc/src/lib/helpers/file.helper.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export declare const createSSVDir: (outputFolder: string) => Promise<any>;
*/
export declare const getSSVDir: (outputFolder: string) => Promise<string>;
export declare const getFilePath: (name: string, outputFolder: string, withTime?: boolean) => Promise<string>;
export declare type KeyStoreFilesResult = {
export type KeyStoreFilesResult = {
files: string[];
isFolder: boolean;
};
Expand Down
2 changes: 0 additions & 2 deletions src/lib/KeyShares/KeySharesData/KeySharesPayload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ export class KeySharesPayload implements IKeySharesPayload {
data.encryptedShares.map((share: EncryptShare) => share.publicKey),
data.encryptedShares.map((share: EncryptShare) => share.privateKey)
),
amount: 'Amount of SSV tokens to be deposited to your validator\'s cluster balance (mandatory only for 1st validator in a cluster)',
cluster: 'The latest cluster snapshot data, obtained using the cluster-scanner tool. If this is the cluster\'s 1st validator then use - {0,0,0,0,true}',
};
return this.readable;
}
Expand Down

0 comments on commit cc9e5cd

Please sign in to comment.