chore: fixes typo (#22830)

This commit is contained in:
@mkarots 2022-01-31 16:43:46 +00:00 committed by GitHub
parent 604ca9316c
commit 6a0c45fa2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import * as web3 from '@solana/web3.js';
// get account info
// account data is bytecode that needs to be deserialized
// serialization and deserialization is program specic
// serialization and deserialization is program specific
let account = await connection.getAccountInfo(wallet.publicKey);
console.log(account);
})();