quick lint while doing other prs (#13726)

This commit is contained in:
Marko
2022-11-02 11:12:36 +00:00
committed by GitHub
parent 97bd2ab792
commit dc004c85f2
5 changed files with 6 additions and 11 deletions
+2 -1
View File
@@ -55,7 +55,8 @@ func (tx testTx) GetSignaturesV2() (res []txsigning.SignatureV2, err error) {
res = append(res, txsigning.SignatureV2{
PubKey: testPubKey{address: tx.address},
Data: nil,
Sequence: tx.nonce})
Sequence: tx.nonce,
})
return res, nil
}