docs: Linking bankless-leader simd (#30790)

Added the link to simd so it shows up on the solana website if anyone looking to contribute.
This commit is contained in:
Madhav Goyal 2023-03-30 14:20:08 +07:00 committed by GitHub
parent dcb675eea1
commit 493efc5169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -55,3 +55,5 @@ The same fee account can be reused many times in the same block until it is used
Clients that transmit a large number of transactions per second should use a dedicated fee account that is not used as Credit-Debit in any instruction.
Once an account fee is used as Credit-Debit, it will fail the balance check until the balance cache is reset.
### Check out the [SIMD here to contribute](https://github.com/solana-foundation/solana-improvement-documents/pull/5)