ava-labs / avalanchego

Go implementation of an Avalanche node.
https://avax.network
BSD 3-Clause "New" or "Revised" License
2.09k stars 646 forks source link

Update C-chain wallet context #3118

Closed StephenButtolph closed 2 weeks ago

StephenButtolph commented 2 weeks ago

Why this should be merged

Factored out of #3110.

How this works

Aligns context handling in the C-chain wallet with the X-chain and P-chain wallets.

How this was tested