Correct comment about pzec bytes::Bytes
This commit is contained in:
parent
8edbc7b744
commit
65632e9f42
|
|
@ -75,7 +75,8 @@ pub struct TransactionInput {
|
||||||
pub previous_output: OutPoint,
|
pub previous_output: OutPoint,
|
||||||
|
|
||||||
/// Computational Script for confirming transaction authorization.
|
/// Computational Script for confirming transaction authorization.
|
||||||
// XXX pzec uses Bytes https://docs.rs/bytes/0.4.12/bytes/
|
// XXX pzec uses their own `Bytes` type that wraps a `Vec<u8>`
|
||||||
|
// with some extra methods.
|
||||||
pub signature_script: Vec<u8>,
|
pub signature_script: Vec<u8>,
|
||||||
|
|
||||||
/// Transaction version as defined by the sender. Intended for
|
/// Transaction version as defined by the sender. Intended for
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue