mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 05:06:43 +00:00
signer/core: add space before start of comment
This commit is contained in:
parent
6787547c74
commit
dcb13c0f07
1 changed files with 5 additions and 6 deletions
|
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue