aboutsummaryrefslogtreecommitdiff
path: root/src/types/history.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-03-27 23:37:02 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-03-27 23:37:02 +0530
commit131d2b34d9d1f84782d749c9943a7da5ab9dab8a (patch)
tree7fd4a00cddd65c917623baa9a1362413b18f202c /src/types/history.ts
parent1c747ae004fcaa947a62cd23b77857161f7ff03e (diff)
downloadwallet-core-131d2b34d9d1f84782d749c9943a7da5ab9dab8a.tar.xz
generate cleaner history for recoup
Diffstat (limited to 'src/types/history.ts')
-rw-r--r--src/types/history.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types/history.ts b/src/types/history.ts
index f4a1d0631..b1ac0ef9d 100644
--- a/src/types/history.ts
+++ b/src/types/history.ts
@@ -349,6 +349,7 @@ export interface HistoryFundsDepositedToSelfEvent {
*/
export interface HistoryFundsRecoupedEvent {
type: HistoryEventType.FundsRecouped;
+ numCoinsRecouped: number;
}
/**