deroproject / derohe

DERO Homomorphic Encryption Blockchain Protocol
Other
208 stars 82 forks source link

fix rpc payload sender real position #147

Closed Slixe closed 12 months ago

Slixe commented 1 year ago

Description

When you check from which address the TX come from, you are always the sender. It's because during the transaction build part, we set in RPC Payload the wrong index. We set it of the receiver instead of the sender one.

Type of change

Please select the right one.

Which part is impacted ?

Checklist:

License

Im am contributing & releasing the code under DERO Research License (which can be found here).

CaptainDero commented 12 months ago

Thanks Slixe.