diff --git a/schema/payments.capnp b/schema/payments.capnp index 0a33dd7..e718a6f 100644 --- a/schema/payments.capnp +++ b/schema/payments.capnp @@ -12,6 +12,7 @@ struct Payment { receiverPersonId @4 :UInt64; created @5 :Date; updated @6 :Date; + blockHeight @7 :UInt64; } struct Date {