mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-11-11 01:28:17 +03:00
Remove useless pass in wallet node (#6313)
This commit is contained in:
parent
a6a0fc30bc
commit
8fcbcd9f22
@ -124,7 +124,6 @@ class WalletNodeAPI:
|
||||
@api_request
|
||||
async def reject_puzzle_solution(self, request: wallet_protocol.RejectPuzzleSolution):
|
||||
self.log.warning(f"Reject puzzle solution: {request}")
|
||||
pass
|
||||
|
||||
@api_request
|
||||
async def respond_header_blocks(self, request: wallet_protocol.RespondHeaderBlocks):
|
||||
@ -133,4 +132,3 @@ class WalletNodeAPI:
|
||||
@api_request
|
||||
async def reject_header_blocks(self, request: wallet_protocol.RejectHeaderBlocks):
|
||||
self.log.warning(f"Reject header blocks: {request}")
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user