X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=src%2Futil%2Fevents.rs;h=8f8e7a52c3c8968facd6ad92aec0ab6808004327;hb=f0bcb7dba0360f04afacfff63ec2598d39bddc5f;hp=de9dd4286f92c07cea79416cca92119c274bafa9;hpb=caeff8536876d8c3d9f54d628dc4f7ac58c4403d;p=rust-lightning diff --git a/src/util/events.rs b/src/util/events.rs index de9dd428..8f8e7a52 100644 --- a/src/util/events.rs +++ b/src/util/events.rs @@ -1,7 +1,7 @@ //! Events are returned from various bits in the library which indicate some action must be taken //! by the client. //! -//! Because we don't have a built-in runtime, its up to the client to call events at a time in the +//! Because we don't have a built-in runtime, it's up to the client to call events at a time in the //! future, as well as generate and broadcast funding transactions handle payment preimages and a //! few other things. //!