pool/account
Wilmer Paulino 385794bde6
account: avoid broadcast of unsigned transactions
In some cases, like when an account is closed due to participating in a
batch, the latest transaction stored for the account is unsigned, which
can be rebroadcast upon a restart. This broadcast attempt will always
fail, so instead we opt to not rebroadcast it at all.
2020-10-19 12:39:31 -07:00
..
watcher account+rpcserver: handle consecutive batch confirmations 2020-08-17 13:53:04 +02:00
auth.go client: implement stream RPC 2020-03-04 15:11:08 +01:00
auth_test.go client: implement stream RPC 2020-03-04 15:11:08 +01:00
coin_selection.go account: add basic coin selection heuristic 2020-06-17 18:34:51 -07:00
interface.go multi: fix import order 2020-09-09 19:55:16 -07:00
interface_test.go multi: re-purpose account close tx field to latest tx 2020-09-02 12:10:23 -07:00
log.go multi: rename project from llm to pool 2020-09-09 19:55:10 -07:00
manager.go account: avoid broadcast of unsigned transactions 2020-10-19 12:39:31 -07:00
manager_test.go multi: label all account modification txns with optional prefix 2020-10-05 17:54:10 -07:00
mock_test.go multi: label all account modification txns with optional prefix 2020-10-05 17:54:10 -07:00
recovery.go multi: fix import order 2020-09-09 19:55:16 -07:00
recovery_test.go multi: rename project from llm to pool 2020-09-09 19:55:10 -07:00