Skip to content

Commit

Permalink
[Dependencies] Update caminoethvm -> caminogo
Browse files Browse the repository at this point in the history
  • Loading branch information
peak3d committed Mar 28, 2023
1 parent 444c0e4 commit 76fcddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependencies/caminoethvm
Submodule caminoethvm updated 1 files
+1 −1 caminogo
2 changes: 1 addition & 1 deletion services/indexes/avax/writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ func (w *Writer) ProcessStateOut(

var outType models.OutputType
switch {
case typedOut.LockState().IsStateDepositedBonded():
case typedOut.LockState().IsDepositedBonded():
outType = models.OutputTypesLockedOutDB
case typedOut.LockState().IsDeposited():
outType = models.OutputTypesLockedOutD
Expand Down

0 comments on commit 76fcddc

Please sign in to comment.