celestiaorg / go-cnc

celestia-node REST client in Go.
Apache License 2.0
15 stars 8 forks source link

resp is not returned from `submitPFB` in case an error returns #58

Open omritoptix opened 1 year ago

omritoptix commented 1 year ago

resp should always be returned as it contains the tx hash which is crucial for following the tx block inclusion (even if an error occurred, e.g timeout).

reference: https://github.com/celestiaorg/celestia-node/issues/2328