Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
augustbleeds committed Mar 8, 2024
1 parent de518cf commit 29fe26a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion relayer/pkg/chainlink/txm/txm.go
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,6 @@ func (txm *starktxm) Enqueue(accountAddress, publicKey *felt.Felt, tx starknetrp
// use the embedded Loopp Keystore to do this; the spec and design
// encourage passing nil data to the loop.Keystore.Sign as way to test
// existence of a key
txm.lggr.Debugw("We have public key", publicKey)
if _, err := txm.ks.Loopp().Sign(context.Background(), publicKey.String(), nil); err != nil {
return fmt.Errorf("enqueue: failed to sign: %+w", err)
}
Expand Down

0 comments on commit 29fe26a

Please sign in to comment.