push changes
This commit is contained in:
parent
2f4bc85d58
commit
28593bed1d
|
@ -306,6 +306,7 @@ proc payForBlocks(engine: BlockExcEngine,
|
|||
|
||||
if payment =? engine.wallet.pay(peer, price):
|
||||
trace "Sending payment for blocks", price
|
||||
# echo "sendPayment"
|
||||
await sendPayment(peer.id, payment)
|
||||
|
||||
proc validateBlockDelivery(
|
||||
|
|
|
@ -17,6 +17,8 @@ import pkg/codex/discovery
|
|||
import pkg/codex/blocktype
|
||||
import pkg/codex/utils/asyncheapqueue
|
||||
|
||||
when defined(chronosFuturesInstrumentation):
|
||||
import pkg/codex/utils/asyncprofiler
|
||||
import ../../helpers
|
||||
import ../../examples
|
||||
|
||||
|
|
Loading…
Reference in New Issue