Skip to content

Commit

Permalink
Don't support NFTs yet for puzzle parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed May 8, 2024
1 parent 818263c commit b1033fd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/puzzle_parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ use clvmr::{
use thiserror::Error;

use crate::{
did_inner_puzzle_hash, singleton_puzzle_hash, CatInfo, CreateCoin, CreateCoinWithMemos,
DidInfo, NftInfo,
did_inner_puzzle_hash, singleton_puzzle_hash, CatInfo, CreateCoin, CreateCoinWithMemos, DidInfo,
};

#[derive(Debug, Error)]
Expand Down Expand Up @@ -48,7 +47,6 @@ pub enum PuzzleError {
pub enum Puzzle {
Cat(CatInfo),
Did(DidInfo<NodePtr>),
Nft(NftInfo<NodePtr>),
}

impl Puzzle {
Expand Down

0 comments on commit b1033fd

Please sign in to comment.