Skip to content

Commit

Permalink
demo[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 64a0cfc commit 6bd5f45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/demo_quorum/demo_quorum_private_storeread.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ __BOATSTATIC BOAT_RESULT createNetwork()

/* create platone network */
#if defined(USE_ONETIME_WALLET)
result = BoatQuorumNetworkCreate( &network_config, BOAT_STORE_TYPE_RAM);
result = BoATQuorumNetworkCreate( &network_config, BOAT_STORE_TYPE_RAM);
#elif defined(USE_CREATE_PERSIST_WALLET)
result = BoatQuorumNetworkCreate( &network_config, BOAT_STORE_TYPE_FLASH);
result = BoATQuorumNetworkCreate( &network_config, BOAT_STORE_TYPE_FLASH);
#else
result = BOAT_ERROR;
#endif
Expand Down

0 comments on commit 6bd5f45

Please sign in to comment.