mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 01:43:47 +00:00
Update doc.go
This commit is contained in:
parent
a840e9b59f
commit
e63b8502cc
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
//
|
||||
// The Ethereum ABI is strongly typed, known at compile time
|
||||
// and static. This ABI will handle basic type casting; unsigned
|
||||
// to signed and visa versa. It does not handle slice casting such
|
||||
// to signed and vice versa. It does not handle slice casting such
|
||||
// as unsigned slice to signed slice. Bit size type casting is also
|
||||
// handled. ints with a bit size of 32 will be properly cast to int256,
|
||||
// etc.
|
||||
|
|
|
|||
Loading…
Reference in a new issue