mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-19 05:45:15 +01:00
FIX: main call to action (closes #39)
This commit is contained in:
parent
fa5c468041
commit
c16b6066a5
@ -37,7 +37,7 @@ export class AbstractWallet {
|
||||
}
|
||||
|
||||
allowSend() {
|
||||
return this.getBalance() > 0;
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -23,7 +23,7 @@ export class HDSegwitP2SHWallet extends AbstractHDWallet {
|
||||
}
|
||||
|
||||
allowSend() {
|
||||
return this.getBalance() > 0;
|
||||
return true;
|
||||
}
|
||||
|
||||
generate() {
|
||||
|
Loading…
Reference in New Issue
Block a user