Wrap ed25519_dalek::Keypair (#8247) (#8250)

automerge
This commit is contained in:
mergify[bot]
2020-02-12 16:01:30 -08:00
committed by GitHub
parent ec319a6043
commit acafb89ff2
16 changed files with 63 additions and 58 deletions

View File

@@ -1907,10 +1907,6 @@ impl FaucetKeypair {
}
impl KeypairUtil for FaucetKeypair {
fn new() -> Self {
unimplemented!();
}
/// Return the public key of the keypair used to sign votes
fn pubkey(&self) -> Pubkey {
self.transaction.message().account_keys[0]