chore: run lint
This commit is contained in:
committed by
Michael Vines
parent
7181d3aeea
commit
ebda95bd11
@ -1056,7 +1056,7 @@ export class Connection {
|
||||
}
|
||||
assert(typeof result.result !== 'undefined');
|
||||
if (!result.result) {
|
||||
throw new Error('Confirmed block '+slot+' not found');
|
||||
throw new Error('Confirmed block ' + slot + ' not found');
|
||||
}
|
||||
return {
|
||||
blockhash: new PublicKey(result.result.blockhash).toString(),
|
||||
|
Reference in New Issue
Block a user