Skip to content

Commit

Permalink
Revert "Check send runestone (ordinals#3386)"
Browse files Browse the repository at this point in the history
This reverts commit 6f29212.
  • Loading branch information
harutyunaraci authored Apr 2, 2024
1 parent 943b89e commit 800de6f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/subcommand/wallet/send.rs
Original file line number Diff line number Diff line change
Expand Up @@ -309,13 +309,6 @@ impl Send {
let unsigned_transaction =
fund_raw_transaction(bitcoin_client, fee_rate, &unfunded_transaction)?;

let unsigned_transaction = consensus::encode::deserialize(&unsigned_transaction)?;

assert_eq!(
Runestone::from_transaction(&unsigned_transaction).unwrap(),
runestone,
);

Ok(unsigned_transaction)
Ok(consensus::encode::deserialize(&unsigned_transaction)?)
}
}

0 comments on commit 800de6f

Please sign in to comment.