Skip to content

Commit

Permalink
demo[platon][#1376]:Modify function name
Browse files Browse the repository at this point in the history
  • Loading branch information
zzqAlex committed Feb 15, 2023
1 parent 6221594 commit 02a1cbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/demo_platon/demo_platon_transfer_and_callContract.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ __BOATSTATIC BOAT_RESULT createNetwork()

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

0 comments on commit 02a1cbf

Please sign in to comment.