signer/core: add space before start of comment

This commit is contained in:
lightclient 2025-09-26 07:23:33 -06:00
parent 6787547c74
commit dcb13c0f07
No known key found for this signature in database
GPG key ID: 657913021EF45A6A

View file

@ -278,7 +278,6 @@ func TestSignTx(t *testing.T) {
control.approveCh <- "Y" control.approveCh <- "Y"
control.inputCh <- "a_long_password" control.inputCh <- "a_long_password"
res, err = api.SignTransaction(t.Context(), tx, &methodSig) res, err = api.SignTransaction(t.Context(), tx, &methodSig)
if err != nil { if err != nil {
t.Fatal(err) t.Fatal(err)
} }