Fix query parameter label in tx history api doc
This commit is contained in:
		
							parent
							
								
									ec21b3d06f
								
							
						
					
					
						commit
						8701ba8546
					
				| @ -1017,7 +1017,7 @@ export const restApiDocsData = [ | ||||
|     fragment: "get-address-transactions", | ||||
|     title: "GET Address Transactions", | ||||
|     description: { | ||||
|       default: "Get transaction history for the specified address/scripthash, sorted with newest first. Returns up to 50 mempool transactions plus the first 25 confirmed transactions. You can request more confirmed transactions using <code>:last_seen_txid</code> (see below)." | ||||
|       default: "Get transaction history for the specified address/scripthash, sorted with newest first. Returns up to 50 mempool transactions plus the first 25 confirmed transactions. You can request more confirmed transactions using an <code>after_txid</code> query parameter." | ||||
|     }, | ||||
|     urlString: "/address/:address/txs", | ||||
|     showConditions: bitcoinNetworks.concat(liquidNetworks), | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user