hats-finance / illuminex-0x0bb4aa1f58719707405c231fcdf0b405714799cf

0 stars 1 forks source link

## Does not emit event after writing into storage #43

Open hats-bug-reporter[bot] opened 3 months ago

hats-bug-reporter[bot] commented 3 months ago

Github username: @mhhacker111 Twitter username: -- Submission hash (on-chain): 0x2e0a3385ca4e4279f2ddbf3f2ffda0ad148981cc0817e1c8174daa0737a27292 Severity: low

Description: Following places in code doesn't emit evet after writing into storage.

2 Found Instances - Found in VaultBitcoinWallet.sol [Line: 353](VaultBitcoinWallet.sol#L353) ```solidity OutboundTransaction storage _outTx = outboundTransactions[_index]; ``` - Found in VaultBitcoinWallet.sol [Line: 518](VaultBitcoinWallet.sol#L518) ```solidity OutboundTransaction storage _currentOutbound = outboundTransactions[_index]; ```