acalleja3

Results 1 comments of acalleja3

Hello, change the function `getData` in "path_accounts.go" like this: ``` func (b *PluginBackend) getData(client *ethclient.Client, fromAddress common.Address, data *framework.FieldData) (*TransactionParams, error) { transactionParams, err := b.getBaseData(client, fromAddress, data, "to") if...