fix nwc receive
This commit is contained in:
		
							parent
							
								
									06d05c7f37
								
							
						
					
					
						commit
						b617ac0a56
					
				@ -25,5 +25,5 @@ export async function createInvoice ({ msats, description, expiry }, { nwcUrlRec
 | 
			
		||||
    nwc => nwc.req('make_invoice', { amount: msats, description, expiry }),
 | 
			
		||||
    { nwcUrl: nwcUrlRecv }, { signal }
 | 
			
		||||
  )
 | 
			
		||||
  return result.invoice
 | 
			
		||||
  return result.result.invoice
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user