fix(core/Transaction): remove debug print (#1067)
This commit is contained in:
parent
a0d7995f94
commit
35748d0189
|
@ -292,7 +292,6 @@ impl Transaction {
|
|||
rlp: &rlp::Rlp,
|
||||
offset: &mut usize,
|
||||
) -> Result<(), DecoderError> {
|
||||
println!("are we a list {}", rlp.is_list());
|
||||
self.nonce = rlp.val_at(*offset)?;
|
||||
*offset += 1;
|
||||
self.gas_price = Some(rlp.val_at(*offset)?);
|
||||
|
|
Loading…
Reference in New Issue