mirror of
				https://github.com/XRPLF/clio.git
				synced 2025-11-04 11:55:51 +00:00 
			
		
		
		
	fix: Add mpt_issuance_id to meta of MPTIssuanceCreate (#2701)
fixes #2332
This commit is contained in:
		@@ -1282,7 +1282,8 @@ TEST_F(FeedTransactionTest, PublishesMPTokenIssuanceCreateTx)
 | 
			
		||||
                    }
 | 
			
		||||
                ],
 | 
			
		||||
                "TransactionIndex": 0,
 | 
			
		||||
                "TransactionResult": "tesSUCCESS"
 | 
			
		||||
                "TransactionResult": "tesSUCCESS",
 | 
			
		||||
                "mpt_issuance_id": "000000014B4E9C06F24296074F7BC48F92A97916C6DC5EA9"
 | 
			
		||||
            },
 | 
			
		||||
            "ctid": "C000002100000000",
 | 
			
		||||
            "type": "transaction",
 | 
			
		||||
 
 | 
			
		||||
@@ -1625,7 +1625,8 @@ TEST_F(RPCAccountTxHandlerTest, MPTTxs_API_v2)
 | 
			
		||||
                            }}
 | 
			
		||||
                        ],
 | 
			
		||||
                        "TransactionIndex": 0,
 | 
			
		||||
                        "TransactionResult": "tesSUCCESS"
 | 
			
		||||
                        "TransactionResult": "tesSUCCESS",
 | 
			
		||||
                        "mpt_issuance_id": "000000014B4E9C06F24296074F7BC48F92A97916C6DC5EA9"
 | 
			
		||||
                    }},
 | 
			
		||||
                    "hash": "A52221F4003C281D3C83F501F418B55A1F9DC1C6A129EF13E1A8F0E5C008DAE3",
 | 
			
		||||
                    "ledger_index": 11,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user