Skip to content

Commit 541bafa

Browse files
authored
Update tuxedo-core/src/verifier.rs
1 parent 6747f35 commit 541bafa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tuxedo-core/src/verifier.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ pub use simple_signature::{Sr25519Signature, P2PKH};
2626
/// Information available when verifying an input includes:
2727
/// * The simplified transaction - a stripped encoded version of the transaction
2828
/// * Some environmental information such as the block current block number
29-
/// * An encoded redeemer supplied by the user attempting to spend the input.
30-
/// The redeemer is opaque to the trait and must be interpreted by the implementation.
29+
/// * An redeemer supplied by the user attempting to spend the input.
3130
pub trait Verifier: Debug + Encode + Decode + Clone {
3231
/// The type that will be supplied to satisfy the verifier and redeem the UTXO.
3332
type Redeemer: Decode;

0 commit comments

Comments
 (0)