diff --git a/src/ripple/app/tx/impl/PayChan.cpp b/src/ripple/app/tx/impl/PayChan.cpp index 000a3606c..d2882ec7e 100644 --- a/src/ripple/app/tx/impl/PayChan.cpp +++ b/src/ripple/app/tx/impl/PayChan.cpp @@ -112,9 +112,9 @@ namespace ripple { The public key that made the signature (optional, required if a signature is present) Flags - tfCloseChannel + tfClose Request that the channel be closed - tfRenewChannel + tfRenew Request that the channel's expiration be reset. Only the owner may renew a channel.