go icon indicating copy to clipboard operation
go copied to clipboard

Remove CreateAccountSigner function and update the unit tests

Open urvisavla opened this issue 1 year ago • 0 comments

What problem does your feature solve?

After the change in #5105 to use FastBatchInsertBuilder in SignersProcessor, the CreateAccountSigner function is no longer used anywhere except for unit tests. This function should be removed.

What would you like to see?

Update the unit tests that are currently using CreateAccountSigner to use AccountSignersBatchInsertBuilder and then delete the function.

What alternatives are there?

N/A

urvisavla avatar Nov 11 '23 00:11 urvisavla