chore: prettier fixes
This commit is contained in:
committed by
Michael Vines
parent
ea1295300d
commit
8cf98ec4e2
@@ -72,7 +72,9 @@ export class ValidatorInfo {
|
||||
* @param buffer config account data
|
||||
* @return null if info was not found
|
||||
*/
|
||||
static fromConfigData(buffer: Buffer | Uint8Array | Array<number>): ValidatorInfo | null {
|
||||
static fromConfigData(
|
||||
buffer: Buffer | Uint8Array | Array<number>,
|
||||
): ValidatorInfo | null {
|
||||
const PUBKEY_LENGTH = 32;
|
||||
|
||||
let byteArray = [...buffer];
|
||||
|
Reference in New Issue
Block a user