191 192 193
# File 'lib/bitcoin.rb', line 191 def itb to_even_length_hex.htb end
186 187 188 189
# File 'lib/bitcoin.rb', line 186 def to_even_length_hex hex = to_s(16) hex.rjust((hex.length / 2.0).ceil * 2, '0') end