Skip to content

Commit

Permalink
Use recovered wallet address instead of original as payload for stori…
Browse files Browse the repository at this point in the history
…ng signature request
  • Loading branch information
Daniel Riedmüller committed May 14, 2024
1 parent 4ba3f83 commit 9b8b202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ext.DataAccounting.signMessage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
rev_id: revId,
signature: signature,
public_key: public_key,
wallet_address: window.ethereum.selectedAddress,
wallet_address: recAddress,
}
fetch(
server + '/rest.php/data_accounting/write/store_signed_tx',
Expand Down

0 comments on commit 9b8b202

Please sign in to comment.