Skip to content

Commit

Permalink
feat[quorum][#1382]:
Browse files Browse the repository at this point in the history
Modify function name
  • Loading branch information
zzqAlex committed Mar 1, 2023
1 parent af7b697 commit e0c66f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/network/quorum/network_quorum.c
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ __BOATSTATIC BOAT_RESULT BoATQuorum_NetworkDataCtx_Store(BoatQuorumNetworkData *
* for details.
* @author: aitos
*/
BOAT_RESULT BoatQuorumNetworkCreate(BoatQuorumNetworkConfig *networkConfig, BoatStoreType storeType)
BOAT_RESULT BoATQuorumNetworkCreate(BoatQuorumNetworkConfig *networkConfig, BoatStoreType storeType)
{
BOAT_RESULT result = BOAT_SUCCESS;
BoatQuorumNetworkData mNetworkDataCtx;
Expand Down

0 comments on commit e0c66f8

Please sign in to comment.