fix: default transaction fee is now 1 (was 0)
This commit is contained in:
@@ -108,7 +108,7 @@ export class Transaction {
|
||||
/**
|
||||
* Fee for this transaction
|
||||
*/
|
||||
fee: number = 0;
|
||||
fee: number = 1;
|
||||
|
||||
/**
|
||||
* Construct an empty Transaction
|
||||
|
Reference in New Issue
Block a user