diff --git a/docs/key_management.md b/docs/key_management.md index 77e3c4804..8d7ac6014 100644 --- a/docs/key_management.md +++ b/docs/key_management.md @@ -6,7 +6,7 @@ However, LDK also allows to customize the way key material and entropy are sourc A `KeysManager` can be constructed simply with only a 32-byte seed and some random integers which ensure uniqueness across restarts (defined as `starting_time_secs` and `starting_time_nanos`): - + - -