You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a function to parse the KeyFeesInEscrow string. This allows for the key splitting to sit side by side the key creation. Should be done for each key, but this issue only refers to KeyFeesInEscrow as a start
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged/assigned
The text was updated successfully, but these errors were encountered:
This PR fixes the data race issue caused in the header exchange when the
syncer status is checked (in stop) and set (in start , separate go
routine).
Also fixes the golangci-lint errors.
Blocking rollkit/rollkit#963 and
rollkit/rollkit#953 from merge.
---------
Co-authored-by: Ganesha Upadhyaya <[email protected]>
Summary
Create a function to parse the
KeyFeesInEscrow
string. This allows for the key splitting to sit side by side the key creation. Should be done for each key, but this issue only refers to KeyFeesInEscrow as a startFor Admin Use
The text was updated successfully, but these errors were encountered: