Skip to content

Commit

Permalink
vm: remove outdated macroasm related to Pedersen commitments
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Oct 17, 2024
1 parent 9c6f3fe commit 78ee971
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/vm/macroasm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,6 @@ macro_rules! rgbasm {

#[macro_export]
macro_rules! isa_instr {
(pcvs $no:ident) => {{
RgbIsa::Contract(ContractOp::Pcvs($no))
}};
(pcas $no:ident) => {{
RgbIsa::Contract(ContractOp::Pcas($no))
}};
(pcps $no:ident) => {{
RgbIsa::Contract(ContractOp::Pcps($no))
}};
(cng $t:ident,a8[$a_idx:literal]) => {{
RgbIsa::Contract(ContractOp::CnG($t, Reg32::from(u5::with($a_idx))))
}};
Expand Down

0 comments on commit 78ee971

Please sign in to comment.