Skip to content

Commit af7b697

Browse files
committed
feat[quorum][#1382]:
Modify function name
1 parent 5054682 commit af7b697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/network/network_quorum.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ BOAT_RESULT BoATQuorum_FreeNetworkContext(BoatQuorumNetworkContext networkList);
102102
* for details.
103103
* @author: aitos
104104
*/
105-
BOAT_RESULT BoatQuorumNetworkCreate(BoatQuorumNetworkConfig *networkConfig, BoatStoreType storeType);
105+
BOAT_RESULT BoATQuorumNetworkCreate(BoatQuorumNetworkConfig *networkConfig, BoatStoreType storeType);
106106

107107
/**
108108
* @description:

0 commit comments

Comments
 (0)