mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-23 16:41:06 +00:00
* Substrate companion for #8163 https://github.com/paritytech/substrate/pull/8163 * "Update Substrate" Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -351,7 +351,7 @@ impl Validator {
|
||||
&self,
|
||||
keystore: SyncCryptoStorePtr,
|
||||
payload: Payload,
|
||||
) -> Result<Signed<Payload, RealPayload>, KeystoreError> {
|
||||
) -> Result<Option<Signed<Payload, RealPayload>>, KeystoreError> {
|
||||
Signed::sign(&keystore, payload, &self.signing_context, self.index, &self.key).await
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user