Skip to content

Commit 45ef1e4

Browse files
committedApr 30, 2021
| maybe keep more verbose interfaces::Init comment
1 parent e0e6e03 commit 45ef1e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

Diff for: ‎src/interfaces/init.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ class WalletClient;
2222
//! There is a different Init interface implementation for each process
2323
//! (bitcoin-gui, bitcoin-node, bitcoin-wallet, bitcoind, bitcoin-qt) and each
2424
//! implementation can implement the make methods for interfaces it supports.
25-
//! The default make methods all return null.
25+
//! The default make methods all return null. If IPC is enabled Init is the
26+
//! initial interface returned from the process being controlled to the
27+
//! controlling process when the connection is established.
2628
class Init
2729
{
2830
public:

0 commit comments

Comments
 (0)
Please sign in to comment.