File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -548,7 +548,7 @@ func (i *implPolyTransaction) MarshalJSON() ([]byte, error) {
548548 return json .Marshal (i .inner )
549549}
550550
551- // HexToBigInt assumes that it's input is a hex encoded string and
551+ // ConvHexToBigInt assumes that it's input is a hex encoded string and
552552// will try to convert it to a big int
553553func ConvHexToBigInt (raw any ) (bi * big.Int , err error ) {
554554 bi = big .NewInt (0 )
@@ -593,7 +593,7 @@ func rawRespToString(raw any) (string, error) {
593593 return hexString , nil
594594}
595595
596- // HexToUint64 assumes that its input is a hex encoded string and it
596+ // ConvHexToUint64 assumes that its input is a hex encoded string and it
597597// will attempt to convert this into a uint64
598598func ConvHexToUint64 (raw any ) (uint64 , error ) {
599599 hexString , err := rawRespToString (raw )
You can’t perform that action at this time.
0 commit comments