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

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);
})();