Fix wrong sync packet id (#514)

This commit is contained in:
Jochen Müller 2021-08-23 13:54:25 +02:00 committed by GitHub
parent 5d9ff63043
commit 36b3f125a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ impl SyncRequester {
io,
peer_id,
PeerAsking::PooledTransactions,
PooledTransactionsPacket,
GetPooledTransactionsPacket,
rlp.out(),
)
}