mirror of
https://github.com/status-im/status-lib.git
synced 2025-01-15 15:05:13 +00:00
3f242713e9
I have added a check so that for a "request transaction" type , the "from" and publicKey are compared to find value of isCurrentUser. In case of the send transaction will check for isCurrentUser via the from jsonMsg["commandParameters"]["from"] instead. fixes #4048