diff --git a/Main_8cpp_source.html b/Main_8cpp_source.html index 4f1cfd5e65..226dca57a1 100644 --- a/Main_8cpp_source.html +++ b/Main_8cpp_source.html @@ -134,7 +134,7 @@ $(function() {
- + diff --git a/namespaceripple.html b/namespaceripple.html index 95829c9d1d..e9eb72ebbc 100644 --- a/namespaceripple.html +++ b/namespaceripple.html @@ -8731,7 +8731,7 @@ ledger.Transaction type identifiers.
-These are part of the binary message format. Transaction type identifieers
+These are part of the binary message format. Transaction type identifiers
Each ledger object requires a unique type identifier, which is stored within the object itself; this makes it possible to iterate the entire ledger and determine each object's type and verify that the object you retrieved from a given hash matches the expected type.
The cache is optional and need not be initialized. But because conversion is expensive (it requires a SHA-256 operation) in most cases the overhead of the cache is worth the benefit.
| count | The number of entries the cache should accomodate. Zero will disable the cache, releasing any memory associated with it. |
| count | The number of entries the cache should accommodate. Zero will disable the cache, releasing any memory associated with it. |
We can optimize verifying multiple multisignatures by splitting the data building into two parts; o A large part that is shared by all of the computations. o A small part that is unique to each signer in the multisignature.
The following methods support that optimization: