shapeshift / rFOX

rFOX - RUNE rewards for FOX stakers
MIT License
0 stars 0 forks source link

fix: fetch rune address to avoid keccak hashed rune address issue from logs #61

Closed woodenfurniture closed 2 weeks ago

woodenfurniture commented 3 weeks ago

Resolves an issue mentioned in #59 where the rune addresses inferred using the logs was a keccak-256 hash of the rune address rather than the address itself.

Originally reported issue: image

This PR: image