OSDN Git Service

restore Tx back to Tx pool when chain is reorganized (#254)
authorapolloww <32606824+apolloww@users.noreply.github.com>
Tue, 9 Jul 2019 06:24:57 +0000 (14:24 +0800)
committerPaladz <yzhu101@uottawa.ca>
Tue, 9 Jul 2019 06:24:57 +0000 (14:24 +0800)
commit78a95664d6bf5b9b576901ddd596d51ea039287c
tree4a1b00f006c50c228b6f54094282a542c113a6d2
parent2e4f5f11ae3bec54e4918a7aac5c8b3e2381de44
restore Tx back to Tx pool when chain is reorganized (#254)

* restore Tx back to Tx pool when chain is reorganized

* print log if restoring tx fails
protocol/block.go