Skip to content

Commit a13a918

Browse files
codablockUdjinM6
authored andcommitted
Add missing "notfound" and "getsporks" to messagemap (#3146)
1 parent efd8d2c commit a13a918

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/functional/test_framework/mininode.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1702,8 +1702,10 @@ class NodeConn(asyncore.dispatcher):
17021702
b"mnlistdiff": msg_mnlistdiff,
17031703
b"clsig": msg_clsig,
17041704
b"islock": msg_islock,
1705+
b"notfound": None,
17051706
b"senddsq": None,
17061707
b"qsendrecsigs": None,
1708+
b"getsporks": None,
17071709
b"spork": None,
17081710
b"govsync": None,
17091711
b"qfcommit": None,

0 commit comments

Comments
 (0)