OSDN Git Service

add txCh for synmanager
authoroysheng <oysheng@bytom.io>
Thu, 31 May 2018 11:06:00 +0000 (19:06 +0800)
committeroysheng <oysheng@bytom.io>
Thu, 31 May 2018 11:06:00 +0000 (19:06 +0800)
commit3bd499e5ccf3e7b0298bac84bb51d6901fe05424
tree3f30f4d0f80f7600acf203e604b85dc2485ab467
parent16893245b4a12c75492dcbc917a5b9fe0db35d54
add txCh for synmanager
add txCh for wallet
modify name get-unconfirmed-transaction to get-mempool-transaction
modify name list-unconfirmed-transactions to list-mempool-transactions
add new API get-unconfirmed-transaction and list-unconfirmed-transactions
api/api.go
api/query.go
cmd/bytomcli/commands/bytomcli.go
cmd/bytomcli/commands/transaction.go
netsync/block_keeper.go
netsync/handle.go
node/node.go
wallet/unconfirmed.go [new file with mode: 0644]
wallet/wallet.go