conversions
This commit is contained in:
@ -35,3 +35,7 @@ func (b *Bloom) SetBytes(d []byte) {
|
||||
func (b Bloom) Big() *big.Int {
|
||||
return common.Bytes2Big(b[:])
|
||||
}
|
||||
|
||||
func (b Bloom) Bytes() []byte {
|
||||
return b[:]
|
||||
}
|
||||
|
Reference in New Issue
Block a user