Skip to content

Commit

Permalink
V5R1 in SearchAccountsByPubKey
Browse files Browse the repository at this point in the history
  • Loading branch information
akos-tk committed Sep 25, 2024
1 parent 69e53dc commit 47a52bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/litestorage/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func (s *LiteStorage) SearchAccountsByPubKey(pubKey ed25519.PublicKey) ([]tongo.
tongoWallet.V2R1, tongoWallet.V2R2,
tongoWallet.V3R1, tongoWallet.V3R2,
tongoWallet.V4R1, tongoWallet.V4R2,
tongoWallet.V5Beta,
tongoWallet.V5Beta, tongoWallet.V5R1,
}
var walletAddresses []tongo.AccountID
for _, version := range versions {
Expand Down

0 comments on commit 47a52bc

Please sign in to comment.