Skip to content

Commit a7d6360

Browse files
committed
Revert coin record spent type removal.
1 parent 658ddcc commit a7d6360

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rigidity/chia",
33
"author": "rigidity",
4-
"version": "1.5.0",
4+
"version": "1.5.1",
55
"description": "Chia RPC client and various helper utilities.",
66
"repository": "https://github.com/Rigidity/chia.git",
77
"main": "dist/index.js",

src/types/CoinRecord.ts

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export interface CoinRecord {
44
coin: Coin;
55
confirmed_block_index: number;
66
spent_block_index: number;
7+
spent: boolean;
78
coinbase: boolean;
89
timestamp: number;
910
}

0 commit comments

Comments
 (0)