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

1
Cargo.lock generated
View File

@@ -4293,6 +4293,7 @@ version = "1.8.0"
dependencies = [
"bincode",
"byteorder",
"curve25519-dalek 3.2.0",
"libsecp256k1 0.6.0",
"log 0.4.14",
"num-derive",