Skip to content

Commit

Permalink
BE-780 Fixed typos in "SyncService" (#149)
Browse files Browse the repository at this point in the history
Signed-off-by: Sungyub NA <darkerkorean@gmail.com>
  • Loading branch information
ddok2 authored Jul 22, 2020
1 parent e190d0d commit bc343fb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions app/platform/fabric/sync/SyncService.js
Original file line number Diff line number Diff line change
Expand Up @@ -440,11 +440,16 @@ class SyncServices {
await client.initializeNewChannel(channel_name);
channel_genesis_hash = client.getChannelGenHash(channel_name);
// inserting new channel details to DB
await _self.insertNewChannel(client, channel, block, channel_genesis_hash);
await _self.insertNewChannel(
client,
channel_name,
block,
channel_genesis_hash
);
await _self.insertFromDiscoveryResults(
client,
channel_name,
channel_name_genesis_hash
channel_genesis_hash
);

const notify = {
Expand Down

0 comments on commit bc343fb

Please sign in to comment.