diff options
| author | Tomo Ueda <[email protected]> | 2021-09-02 12:54:43 -0700 |
|---|---|---|
| committer | Tomo Ueda <[email protected]> | 2021-09-02 12:54:43 -0700 |
| commit | f5c716526aaafb318a98e974c8b2fbe02870646b (patch) | |
| tree | e14145656fcff86ec2c7a1ecf4ad28e0b40f36aa /src/qt/paymentrequest.proto | |
| parent | s/DOGE/DIS/g (diff) | |
| download | archived-discoin-f5c716526aaafb318a98e974c8b2fbe02870646b.tar.xz archived-discoin-f5c716526aaafb318a98e974c8b2fbe02870646b.zip | |
really s/doge/dis/g this time
Diffstat (limited to 'src/qt/paymentrequest.proto')
| -rw-r--r-- | src/qt/paymentrequest.proto | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qt/paymentrequest.proto b/src/qt/paymentrequest.proto index 1ff0209cc..77965ae68 100644 --- a/src/qt/paymentrequest.proto +++ b/src/qt/paymentrequest.proto @@ -4,16 +4,16 @@ // // Use fields 100+ for extensions; // to avoid conflicts, register extensions via pull-req at: -// https://github.com/dogecoin/dips +// https://github.com/discoin/dips // syntax = "proto2"; package payments; -option java_package = "com.dogecoin.protocols.payments"; +option java_package = "com.discoin.protocols.payments"; option java_outer_classname = "Protos"; -// Generalized form of "send payment to this/these dogecoin addresses" +// Generalized form of "send payment to this/these discoin addresses" message Output { optional uint64 amount = 1 [default = 0]; // amount is integer-number-of-satoshis required bytes script = 2; // usually one of the standard Script forms |