Output has been spent.

" .unindent() ); } #[test] fn no_list() { assert_regex_match!( OutputHtml { inscriptions: Vec::new(), outpoint: outpoint(1), list: None, chain: Chain::Mainnet, output: TxOut { value: 3, script_pubkey: ScriptBuf::new_p2pkh(&PubkeyHash::all_zeros()), }, runes: Vec::new(), } .to_string(), "

Output 1{64}:1

value
3
script pubkey
OP_DUP OP_HASH160 OP_PUSHBYTES_20 0{40} OP_EQUALVERIFY OP_CHECKSIG
address
1111111111111111111114oLvT2
transaction
1{64}
" .unindent() ); } #[test] fn with_inscriptions() { assert_regex_match!( OutputHtml { inscriptions: vec![inscription_id(1)],