This repository was archived by the owner on Mar 1, 2019. It is now read-only.
Address Discrimination Not Checked When Sending Transactions #94
Labels
BUG
Something isn't working
Milestone
Context
On release/2.0.0, one can attempt to construct and send transactions to addresses which are of a different network via the wallet-new V1 API. Even though the nodes reject this transaction since it's invalid (as a result of CO-410), an error should be returned by the API in order to prevent users from even attempting this.
Steps to Reproduce
Expected behavior
The wallet backend API should reject this transaction request.
Actual behavior
Transaction is accepted by the wallet, and later appears as failed when rejected by the node.
PR
develop
Retrospective
This isn't the first discrepancy we notice between nodes and wallet in terms of performed checks (cf the fee calculation
round
vsceiling
...) and it's probably worth investigating further to catch potential bugs.The text was updated successfully, but these errors were encountered: