mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +00:00
fix method comment
This commit is contained in:
parent
39c1de6c5c
commit
9ed71be375
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ var (
|
||||||
return enc
|
return enc
|
||||||
}
|
}
|
||||||
|
|
||||||
// Pack{{.Normalized.Name}} is the Go binding used to pack the parameters required for calling
|
// TryPack{{.Normalized.Name}} is the Go binding used to pack the parameters required for calling
|
||||||
// the contract method with ID 0x{{printf "%x" .Original.ID}}. This method will return an error
|
// the contract method with ID 0x{{printf "%x" .Original.ID}}. This method will return an error
|
||||||
// if any inputs are invalid/nil.
|
// if any inputs are invalid/nil.
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue