Skip to content

Commit

Permalink
chore: fix deadlink to noble repo (#4989)
Browse files Browse the repository at this point in the history
## Describe your changes

The link is invalid, I changed it to use the latest address.

## Issue ticket number and link

## Checklist before requesting a review

- [x] I have added guiding text to explain how a reviewer should test
these changes.

- [ ] If this code contains consensus-breaking changes, I have added the
"consensus-breaking" label. Otherwise, I declare my belief that there
are not consensus-breaking changes, for the following reason:

  > REPLACE THIS TEXT WITH RATIONALE (CAN BE BRIEF)

---------

Signed-off-by: pinglanlu <[email protected]>
Signed-off-by: Erwan Or <[email protected]>
Co-authored-by: Erwan Or <[email protected]>
  • Loading branch information
pinglanlu and erwanor authored Jan 16, 2025
1 parent 64c32ef commit fd68dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/keys/src/address.rs
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ pub struct NobleForwardingAddress {

impl NobleForwardingAddress {
pub fn bytes(&self) -> Vec<u8> {
// Based on https://github.com/noble-assets/forwarding/blob/main/x/forwarding/types/account.go#L17
// Based on https://github.com/noble-assets/forwarding/blob/9d7657a89a5d4c68a082f28629e759b60b39b0fd/types/account.go#L17
let channel = self.channel.clone();
let recipient = self.recipient.clone();
let bz = format!("{channel}{recipient}").as_bytes().to_owned();
Expand Down

0 comments on commit fd68dcd

Please sign in to comment.