mirror of
https://github.com/mempool/mempool.git
synced 2025-01-17 18:52:34 +01:00
parent
1f7483687f
commit
87dc1e5db4
@ -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…
Reference in New Issue
Block a user