mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
mobile: add CallOpts.SetFrom (#20721)
This was missing because I forgot to wrap it when bind.CallOpts.From as added.
This commit is contained in:
parent
4817b0a327
commit
db46be2883
@ -7,7 +7,7 @@
|
||||
// Package bn256 implements the Optimal Ate pairing over a 256-bit Barreto-Naehrig curve.
|
||||
package bn256
|
||||
|
||||
import "github.com/ledgerwatch/turbo-geth/crypto/bn256/google"
|
||||
import bn256 "github.com/ledgerwatch/turbo-geth/crypto/bn256/google"
|
||||
|
||||
// G1 is an abstract cyclic group. The zero value is suitable for use as the
|
||||
// output of an operation, but cannot be used as an input.
|
||||
|
Loading…
Reference in New Issue
Block a user