Skip to content

Commit

Permalink
Failed anchoring: show error in log
Browse files Browse the repository at this point in the history
  • Loading branch information
jasny committed Oct 30, 2022
1 parent 908d28f commit 67e54e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node/node.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export class NodeService {
this.logger.debug(`hash: anchored ${hashes.length} hashes with tx ${txId}`);
return txId;
} catch (e) {
this.logger.error(`hash: failed anchoring ${hashes.length} hashes`);
this.logger.error(`hash: failed anchoring ${hashes.length} hashes. ${e}`);
throw e;
}
}
Expand Down

0 comments on commit 67e54e3

Please sign in to comment.