You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve the docs on `verify` by doing:
- Attempt to make the docs more terse with no loss of meaning.
- Remove link to transactions, no need to bless a specific explorer,
folk can use the explorer of their choice to look things up.
/// The (pseudo code) call: `verify(spent, 630482530, spending, 0)` should return `Ok(())`.
175
169
///
176
-
/// **Note** since the spent amount will only be checked for Segwit transactions and the above example is not segwit, `verify` will succeed with any amount.
170
+
/// **Note** since the spent amount will only be checked for Segwit transactions and the above
171
+
/// example is not segwit, `verify` will succeed with any amount.
0 commit comments