aboutsummaryrefslogtreecommitdiff
path: root/internal/verify/verifier.go
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-02-26 16:26:38 -0800
committerFuwn <[email protected]>2026-02-26 16:26:38 -0800
commit8b7f7b938aead6ec285c5c9290f9a4305b96521f (patch)
tree3a52bd80d3a0468b3fc96c5b240d02d7b16e8f49 /internal/verify/verifier.go
parentfeat: Apply Iku formatting (diff)
downloadplutia-test-8b7f7b938aead6ec285c5c9290f9a4305b96521f.tar.xz
plutia-test-8b7f7b938aead6ec285c5c9290f9a4305b96521f.zip
style: align codebase with official Go idioms
Diffstat (limited to 'internal/verify/verifier.go')
-rw-r--r--internal/verify/verifier.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/verify/verifier.go b/internal/verify/verifier.go
index 4cb6b38..bfc5692 100644
--- a/internal/verify/verifier.go
+++ b/internal/verify/verifier.go
@@ -11,14 +11,14 @@ import (
"encoding/json"
"errors"
"fmt"
- "math/big"
- "strings"
"github.com/Fuwn/plutia/internal/config"
"github.com/Fuwn/plutia/internal/types"
"github.com/decred/dcrd/dcrec/secp256k1/v4"
secpECDSA "github.com/decred/dcrd/dcrec/secp256k1/v4/ecdsa"
"github.com/fxamacker/cbor/v2"
"github.com/mr-tron/base58"
+ "math/big"
+ "strings"
)
type Verifier struct {