-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
aelf-web-wallet/app/service/crossTransactions.js
Lines 19 to 24 in 55ce713
| // TODO: optimize, use info from tx to verify the request. | |
| const key = ellipticEc.keyFromPublic(public_key, 'hex'); | |
| return key.verify(address, signed_address); | |
| } | |
| class CrossTransactionsService extends Service { |