Zondax / ledger-filecoin-go

Apache License 2.0
2 stars 8 forks source link

Unable to send to an f4 address from a ledger #15

Closed ribasushi closed 7 months ago

ribasushi commented 7 months ago

When trying to do lotus send --from f1... f4... 0.01, where f1... is on a ledger, the signing proccess aborts. I traced it down to https://github.com/Zondax/ledger-filecoin-go/blob/4dea4ef/app.go#L263 erroring out with

[APDU_CODE_DATA_INVALID] Referenced data reversibly blocked (invalidated)

Out of my depth at this point, so just fiiling an issue

ribasushi commented 7 months ago

I was being silly: was using a ledger with an outdated fil app on it. The error message threw me off 😅