Remove solana-vote-signer (#14099)

This commit is contained in:
Michael Vines
2020-12-13 19:12:20 -08:00
committed by GitHub
parent deaa27fbdb
commit cdd3e7d856
14 changed files with 1 additions and 662 deletions

View File

@ -44,7 +44,6 @@ solana-stake-program = { path = "../programs/stake", version = "1.5.0" }
solana-transaction-status = { path = "../transaction-status", version = "1.5.0" }
solana-version = { path = "../version", version = "1.5.0" }
solana-vote-program = { path = "../programs/vote", version = "1.5.0" }
solana-vote-signer = { path = "../vote-signer", version = "1.5.0" }
thiserror = "1.0.21"
tiny-bip39 = "0.7.0"
url = "2.1.1"