status-go/transactions/mock_transactor
frank 763ed552ed chore_:Don't rely on the master key when generating accounts (#5279)
* chore_:Don't rely on the master key when generating accounts under the bip 0044 path m/44'/60'/0'/0/0

* fix_: lint issue

* fix_: failed test TestBackendStartNodeConcurrently
2024-06-05 19:36:05 +08:00
..
README.md test(wallet)_: created Transactor interface 2024-05-31 09:58:06 +02:00
transactor.go chore_:Don't rely on the master key when generating accounts (#5279) 2024-06-05 19:36:05 +08:00

README.md

To generate mocks, from status-go root directory:

mockgen -source=transactions/transactor.go -destination=transactions/mock_transactor/transactor.go -package=mock_transactor