Skip to content

Commit 4c84ec6

Browse files
committed
Make address/unconfirmed not implemented vs. not found.
1 parent fbe33bd commit 4c84ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/protocols/protocol_explore.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ bool protocol_explore::handle_get_address_unconfirmed(const code& ec,
10501050

10511051
// TODO: there are currently no unconfirmed txs.
10521052

1053-
send_not_found();
1053+
send_not_implemented();
10541054
return true;
10551055
}
10561056

0 commit comments

Comments
 (0)