Skip to content

Commit

Permalink
demo[fabric_demo][#1384]:
Browse files Browse the repository at this point in the history
Modify function name
zzqAlex committed Mar 8, 2023
1 parent e876497 commit 003c09a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -229,7 +229,7 @@ __BOATSTATIC BOAT_RESULT fabric_creatNetwork(void)
strcpy((BCHAR *)networkConfig.accountClientTlsCert.content, fabric_client_tls_cert);
#endif
/* create fabric wallet */
index = BoatHlfabricNetworkCreate(&networkConfig, BOAT_STORE_TYPE_RAM);
index = BoATHlfabricNetworkCreate(&networkConfig, BOAT_STORE_TYPE_RAM);

if (index < 0)
{

0 comments on commit 003c09a

Please sign in to comment.