-
Notifications
You must be signed in to change notification settings - Fork 49
Labels
toolingIssues related to the Tooling teamIssues related to the Tooling teamwalletIssues related to the IOTA WalletIssues related to the IOTA Wallet
Description
Bug description
When requesting the web wallet to sign a transaction, there is a chain parameter to specify the network like iota:mainnet
. This should be used to do the dry run in the correct network, right now it's ignored and always uses the network selected in the wallet itself
chain: IdentifierString; |
Steps To reproduce the bug
- call signTransaction() with the chain parameter set to a different network than what's selected in the browser wallet
- dry run fails
Expected behaviour
Wallet should do the dry run with the node for the corresponding chain parameter and then the dry run should not fail
Actual behaviour
Dry run fails
Metadata
Metadata
Assignees
Labels
toolingIssues related to the Tooling teamIssues related to the Tooling teamwalletIssues related to the IOTA WalletIssues related to the IOTA Wallet