Check seed length before trying to cal program address (#19699)

This commit is contained in:
Jack May
2021-09-07 21:37:24 -07:00
committed by GitHub
parent 456bf15012
commit 778b2adbea
5 changed files with 362 additions and 17 deletions

View File

@@ -28,6 +28,7 @@ solana_rbpf = "=0.2.14"
thiserror = "1.0"
[dev-dependencies]
curve25519-dalek = "3.0.0"
rand = "0.7.3"
rustversion = "1.0.5"
solana-runtime = { path = "../../runtime", version = "=1.8.0" }