Skip to content

Commit

Permalink
fix: dogecoin state
Browse files Browse the repository at this point in the history
  • Loading branch information
jazg committed Apr 30, 2021
1 parent c7abb15 commit 52770b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compat/v1/compat.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ func QueryStateResponseFromState(bindings binding.Bindings, state map[string]eng

}

dogecoinS, ok := state[string(multichain.DigiByte.NativeAsset())]
dogecoinS, ok := state[string(multichain.Dogecoin.NativeAsset())]
if ok {

if len(dogecoinS.Shards) == 0 {
Expand Down

0 comments on commit 52770b7

Please sign in to comment.