push changes

This commit is contained in:
Jaremy Creechley 2023-10-31 14:43:28 -07:00 committed by gmega
parent 2f4bc85d58
commit 28593bed1d
No known key found for this signature in database
GPG Key ID: FFD8DAF00660270F
2 changed files with 3 additions and 0 deletions

View File

@ -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(

View File

@ -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