Skip to content

Commit 62068e8

Browse files
committed
typo
1 parent bd0def9 commit 62068e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/bitcoinlabs/bitcoinmobileandroid/WalletOpenHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ private void createTableOutpoints(SQLiteDatabase db) {
6565
HASH + " BLOB," +
6666
ADDRESS + " TEXT," +
6767
N + " INTEGER," +
68-
SATOSHIS + " INTEGER" +
68+
SATOSHIS + " INTEGER," +
6969
"spent INTEGER DEFAULT 0);");
7070
}
7171

0 commit comments

Comments
 (0)