inputs: &[ ( 2, 0, 0, Inscription { content_type: Some("text/plain".into()), body: Some("hello".into()), parent: Some(parent_inscription_id.parent_value()), ..Default::default() } .to_witness(), ), (2, 1, 0, Default::default()), ], ..Default::default() }); server.mine_blocks(1); let inscription_id = InscriptionId { txid, index: 0 }; server.assert_response_regex( format!("/children/{parent_inscription_id}"), StatusCode::OK, format!(".*Inscription 0 Children.*

Inscription 0 Children

.*
.*.*"), ); } #[test] fn inscriptions_page_shows_max_four_children() { let server = TestServer::new_with_regtest(); server.mine_blocks(1); let parent_txid = server.bitcoin_rpc_server.broadcast_tx(TransactionTemplate {