wallet-adapter icon indicating copy to clipboard operation
wallet-adapter copied to clipboard

Update uses of `confirmTransaction` in examples to use modern confirmation strategies

Open steveluscher opened this issue 2 years ago • 2 comments

In particular, use the getLatestBlockhash() API and use the entire result with confirmTransaction() to use the new blockheight-based transaction confirmation strategy.

steveluscher avatar Jun 30 '22 22:06 steveluscher

This upgrade was suggested by @michalko!

steveluscher avatar Jun 30 '22 22:06 steveluscher

Done in https://github.com/solana-labs/wallet-adapter/pull/522

jordaaash avatar Aug 18 '22 18:08 jordaaash