rubixchain / rubixgoplatform

GNU General Public License v3.0
8 stars 17 forks source link

fix smart contract deploy error #180

Closed Maneesha-rubix closed 2 months ago

Maneesha-rubix commented 2 months ago

This PR is fixing the error: failed to fetch sender sign, occurring while deploying a smart contract. This error is due to misplacement of a piece of code, in the function pledgeQuorumToken in the Core module, which is trying to fetch sender signature details, whereas smart contracts do not hold any sender but a deployer. To fix this, the mentioned piece of code is placed under the RBTTransferMode.