chore: switch back to upstream ledger library (#11651)

Upstream has merged our code to expose a `SignatureBytes` function, so
we can now switch back to using it directly. This also brings bug fixes.
This commit is contained in:
Steven Allen
2024-02-26 07:54:32 -08:00
committed by GitHub
parent cf6d372902
commit 0eddfee5d6
4 changed files with 27 additions and 15 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"strings"
"github.com/urfave/cli/v2"
ledgerfil "github.com/whyrusleeping/ledger-filecoin-go"
ledgerfil "github.com/zondax/ledger-filecoin-go"
"github.com/filecoin-project/go-address"
"github.com/filecoin-project/go-state-types/big"