Skip to content

Commit

Permalink
fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
yogurtandjam committed May 29, 2024
1 parent 0467d4d commit e7ce889
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ internal class SquidProcessor(
parser: ParserProtocol,
private val internalState: InternalTransferInputState,
) : BaseProcessor(parser), IRouterProcessor {
private var chains: List<Any>? = null
private var tokens: List<Any>? = null
var exchangeDestinationChainId: String? = null
override var chains: List<Any>? = null
override var tokens: List<Any>? = null
override var exchangeDestinationChainId: String? = null

override fun receivedChains(
existing: Map<String, Any>?,
Expand Down

0 comments on commit e7ce889

Please sign in to comment.