You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experiencing an issue while attempting to open a channel.
// Function to open a Fiber channelasyncfunctionopenFiberChannel(){try{constresponse=awaitfetch(FIBER_RPC_URL,{method: 'POST',headers: {'Content-Type': 'application/json',},body: JSON.stringify({jsonrpc: '2.0',id: 1,method: 'open_channel',params: [{// "/ip4/139.180.143.139/tcp/8228/p2p/QmdTjTyN9QZ93QwqKw1tEpeTcKCQPvFkbDquwWtAoa3Yod"peer_id: 'QmdTjTyN9QZ93QwqKw1tEpeTcKCQPvFkbDquwWtAoa3Yod',funding_amount: '0x174876E800',// 1000 CKB}]})})constresult=awaitresponse.json()console.log('Channel opened successfully:',result)returnresult}catch(error){console.error('Error opening channel:',error)throwerror}}
Description
I am experiencing an issue while attempting to open a channel.
RPC returns temporary_channel_id and the Funding transaction is successfully confirmed -> 0x5473726f6beda6d948d5e7010cca46a8078d5944d559c5d46f4190ec10e24e0d
While the fnn logs the error:
list channel
Environment
The text was updated successfully, but these errors were encountered: