Skip to content

Commit f89d63b

Browse files
authored
Merge pull request #2459 from davidjsonn/main
docs: replace dead Tendermint encoding link
2 parents 520004e + 649dd84 commit f89d63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/crypto/src/ed25519.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pub const EDDSA_PUBKEY_LEN: usize = 32;
1212
/// using the ed25519 elliptic curve digital signature parametrization / algorithm.
1313
///
1414
/// The maximum currently supported message length is 4096 bytes.
15-
/// The signature and public key are in [Tendermint](https://docs.tendermint.com/v0.32/spec/blockchain/encoding.html#public-key-cryptography)
15+
/// The signature and public key are in [Tendermint](https://github.com/tendermint/tendermint/blob/v0.32.x/docs/spec/blockchain/encoding.md#public-key-cryptography)
1616
/// format:
1717
/// - signature: raw ED25519 signature (64 bytes).
1818
/// - public key: raw ED25519 public key (32 bytes).

0 commit comments

Comments
 (0)