Skip to content

Commit

Permalink
demo[fabric_demo][#1384]:
Browse files Browse the repository at this point in the history
Modify function name
  • Loading branch information
zzqAlex committed Mar 8, 2023
1 parent 003c09a commit 0423bc3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,9 @@ __BOATSTATIC BOAT_RESULT fabric_creatNetwork(void)
#endif
/* create fabric wallet */
#if defined(USE_ONETIME_WALLET)
index = BoatHlfabricNetworkCreate(&networkConfig, BOAT_STORE_TYPE_RAM);
index = BoATHlfabricNetworkCreate(&networkConfig, BOAT_STORE_TYPE_RAM);
#elif defined(USE_CREATE_PERSIST_WALLET)
index = BoatHlfabricNetworkCreate(&networkConfig, BOAT_STORE_TYPE_FLASH);
index = BoATHlfabricNetworkCreate(&networkConfig, BOAT_STORE_TYPE_FLASH);
#else
return BOAT_ERROR;
#endif
Expand Down

0 comments on commit 0423bc3

Please sign in to comment.