wallet: add AccountManager
interface
#890
main.yml
on: pull_request
Format, compilation and lint check
1m 59s
Matrix: run unit tests
Annotations
5 errors and 2 warnings
Format, compilation and lint check
Process completed with exit code 2.
|
Format, compilation and lint check:
wallet/wallet.go#L3754
return with no blank line before (nlreturn)
|
Format, compilation and lint check:
wallet/wallet.go#L3331
return with no blank line before (nlreturn)
|
Format, compilation and lint check:
wallet/wallet.go#L3284
return with no blank line before (nlreturn)
|
Format, compilation and lint check:
wallet/account_manager.go#L567
unused-parameter: parameter 'scope' seems to be unused, consider removing or renaming it as _ (revive)
|
run unit tests (unit-cover)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
run unit tests (unit-race)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|