|
|
return common.Address{}, nil, accounts.ErrWalletClosed
|
|
return common.Address{}, nil, accounts.ErrWalletClosed
|
|
|
return common.Address{}, nil, fmt.Errorf("Ledger v%d.%d.%d doesn't support signing this transaction, please update to v1.0.3 at least", w.version[0], w.version[1], w.version[2])
|
|
return common.Address{}, nil, fmt.Errorf("Ledger v%d.%d.%d doesn't support signing this transaction, please update to v1.0.3 at least", w.version[0], w.version[1], w.version[2])
|
|
|
// All infos gathered and metadata checks out, request signing
|
|
// All infos gathered and metadata checks out, request signing
|