Block size
This commit is contained in:
12
ethutil/size_test.go
Normal file
12
ethutil/size_test.go
Normal file
@ -0,0 +1,12 @@
|
||||
package ethutil
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestSize(t *testing.T) {
|
||||
fmt.Println(StorageSize(2381273))
|
||||
fmt.Println(StorageSize(2192))
|
||||
fmt.Println(StorageSize(12))
|
||||
}
|
Reference in New Issue
Block a user