good morning!!!!

Skip to content
Snippets Groups Projects
Commit bdf98b4f authored by Felix Lange's avatar Felix Lange Committed by GitHub
Browse files

common: EIP55-compliant Address.Hex() (#14815)

This patch updates the Address type in common/types.go so that the Hex
function provides an EIP55-compliant output string. The implementation is pretty lightweight; 
on my laptop the benchmark gives 1100ns/op, with the majority of that value due to the Keccak hash.
parents c259e687 688ee6d1
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment