Skip to content

Commit

Permalink
Remove addressed todo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffyanta committed Apr 9, 2024
1 parent b252b20 commit bb3e0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/code/async/user/twitter.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ func (p *service) findVerifiedTipAccountRegisteredInTweet(ctx context.Context, t
}

addressString := registrationParts[1]
nonceString := registrationParts[2] // todo: ensure it's unique (maybe not here)
nonceString := registrationParts[2]
signatureString := registrationParts[3]

decodedAddress, err := base58.Decode(addressString)
Expand Down

0 comments on commit bb3e0e3

Please sign in to comment.