dashpay / platform

L2 solution for seriously fast decentralized applications for the Dash network
https://dashplatform.readme.io/docs/introduction-what-is-dash-platform
MIT License
72 stars 39 forks source link

DAPI: Call to `sendrawtransaction` duplicated for redundant specific case #1443

Closed kxcd closed 1 month ago

kxcd commented 1 year ago

https://github.com/dashpay/platform/blob/ed354ca52969676f8231765fc04bbe02b1d9ba25/packages/dapi/lib/externalApis/dashcore/rpc.js#L271C1-L280C1

This method should be deleted, all transactions posted to the Dash network are automatically InstantSend (IX), the parameter set in this version is simply ignored by Dash Core.

shumkov commented 1 month ago

Hello! Thank you for your report. It's not using, atm. We will remove it when we refactor DAPI.