Skip to content

Commit 92c6ff1

Browse files
authored
Merge branch 'master' into chore/upgrades-axios
2 parents 57b1387 + 37050ff commit 92c6ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/storage/leveldb/store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ export default class LevelDBStore implements IStore {
405405
* @async
406406
*/
407407
async registerNanoContract(ncId: string, ncValue: INcData): Promise<void> {
408-
this.nanoContractIndex.registerNanoContract(ncId, ncValue);
408+
return this.nanoContractIndex.registerNanoContract(ncId, ncValue);
409409
}
410410

411411
/**

0 commit comments

Comments
 (0)