quick lint while doing other prs (#13726)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user