We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a73603e commit 32d0e48Copy full SHA for 32d0e48
modules/abstract-lightning/src/abstractLightningCoin.ts
@@ -21,7 +21,7 @@ export abstract class AbstractLightningCoin extends BaseCoin {
21
}
22
23
getBaseFactor(): number {
24
- throw new Error('Method not implemented.');
+ return 10e11;
25
26
27
verifyTransaction(params: VerifyTransactionOptions): Promise<boolean> {
0 commit comments