Commit 2c0cfb9
committed
fix(evm): use registered transceiver count in quoteDeliveryPrice
quoteDeliveryPrice passed enabledTransceivers.length to
parseTransceiverInstructions, causing index out of bounds after
removing a transceiver. Use registered count instead, matching
the correct pattern in _transferEntryPoint.1 parent e2e82c5 commit 2c0cfb9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
0 commit comments