Skip to content

Commit e798c0d

Browse files
Merge pull request #5760 from BitGo/BTC-1916
feat: set a base factor for lightning
2 parents b266562 + 32d0e48 commit e798c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/abstract-lightning/src/abstractLightningCoin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export abstract class AbstractLightningCoin extends BaseCoin {
2121
}
2222

2323
getBaseFactor(): number {
24-
throw new Error('Method not implemented.');
24+
return 10e11;
2525
}
2626

2727
verifyTransaction(params: VerifyTransactionOptions): Promise<boolean> {

0 commit comments

Comments
 (0)