mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 06:47:52 +01:00
parent
1f7483687f
commit
87dc1e5db4
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class Donations {
|
|||
}
|
||||
|
||||
const response = await this.getStatus(data.id);
|
||||
if (response.status !== 'complete') {
|
||||
if (response.status !== 'complete' && response.status !== 'confirmed') {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue