returnnil,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])
returnnil,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])
}
returnw.sign(path,account.Address,tx,chainID)
// All infos gathered and metadata checks out, request signing