Skip to content

Commit

Permalink
Fixup: Change fee DB type from Word to Word64
Browse files Browse the repository at this point in the history
  • Loading branch information
Anviking committed Mar 11, 2021
1 parent c59a9d1 commit 8a182a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/src/Cardano/Wallet/DB/Sqlite/TH.hs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ TxMeta
txMetaAmount W.Coin sql=amount
txMetadata W.TxMetadata Maybe sql=data
txMetaSlotExpires SlotNo Maybe sql=slot_expires
txMetaFee Word Maybe sql=fee
txMetaFee Word64 Maybe sql=fee

Primary txMetaTxId txMetaWalletId
Foreign Wallet OnDeleteCascade fk_wallet_tx_meta txMetaWalletId
Expand Down

0 comments on commit 8a182a2

Please sign in to comment.